This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Alexey Popravka
Recipients Alexey Popravka, docs@python
Date 2017-01-16.09:19:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484558399.93.0.792457597374.issue29281@psf.upfronthosting.co.za>
In-reply-to
Content
json.loads function was changed in Python 3.6 to accept
bytes and bytearrays, however documentation is missing
`versionchanged` block describing this changes.
History
Date User Action Args
2017-01-16 09:20:00Alexey Popravkasetrecipients: + Alexey Popravka, docs@python
2017-01-16 09:19:59Alexey Popravkasetmessageid: <1484558399.93.0.792457597374.issue29281@psf.upfronthosting.co.za>
2017-01-16 09:19:59Alexey Popravkalinkissue29281 messages
2017-01-16 09:19:59Alexey Popravkacreate