Commit Graph
4 Commits
Author SHA1 Message Date
Will Frey 48ef9eace8 Update xml.sax.parse to accept StrPath (#9708) 2023-02-13 17:51:47 +01:00
Will Frey f174355b31 Allow indent to be str in JSONEncoder (#9417) 2022-12-27 16:26:16 +01:00
Will Frey 9befe5ff00 Update json.dump to only require fp: SupportsWrite[str] (#9396)
Presently, `json.dump` requires `fp` be of type `IO[str]` but in reality and according to the docs, `json.dump` only requires ` SupportsWrite[str]`.
2022-12-21 11:00:27 -08:00
Will Frey 17b2f31b8c Use ReadableBuffer instead of bytes in base64.pyi (#7605) 2022-04-07 19:47:04 +02:00