Overview
Request 1207140 accepted
- Update to 2.0.2
* Removed
- Python 3.7 support
* Improved
- Make `loads` raise `TypeError` not `AttributeError` on bad
input types that do not have the `replace` attribute.
Improve error message when `bytes` is received.
* Type annotations
- Type annotate `load` input as `typing.IO[bytes]`
(previously `typing.BinaryIO`).
Request History
glaubitz created request
- Update to 2.0.2
* Removed
- Python 3.7 support
* Improved
- Make `loads` raise `TypeError` not `AttributeError` on bad
input types that do not have the `replace` attribute.
Improve error message when `bytes` is received.
* Type annotations
- Type annotate `load` input as `typing.IO[bytes]`
(previously `typing.BinaryIO`).
mcalabkova accepted request
ok