Issue #29281: Fill-in a missing versionchanged entry

This commit is contained in:
Raymond Hettinger 2017-01-19 21:39:37 -08:00
parent 346454c7f5
commit a57a8a3e2d
1 changed files with 5 additions and 0 deletions

View File

@ -278,6 +278,11 @@ Basic Usage
If the data being deserialized is not a valid JSON document, a
:exc:`JSONDecodeError` will be raised.
.. versionchanged:: 3.6
*s* can now be of type :class:`bytes` or :class:`bytearray`. The
input encoding should be UTF-8, UTF-16 or UTF-32.
Encoders and Decoders
---------------------