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 ncoghlan
Recipients Julian, akira, berker.peksag, cvrebert, ezio.melotti, gsnedders, jleedev, martin.panter, matrixise, ncoghlan, pitrou, rhettinger, serhiy.storchaka, vstinner
Date 2016-09-10.10:07:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473502063.08.0.355929821344.issue17909@psf.upfronthosting.co.za>
In-reply-to
Content
Having hit the json.loads() problem recently when porting a project to Python 3, I'm keen to see this land for 3.6.

Accodingly, assigning to myself to review and merge Serhiy's patch - if it proves necessary, we can tweak the details of the encoding detection during beta.
History
Date User Action Args
2016-09-10 10:07:43ncoghlansetrecipients: + ncoghlan, rhettinger, pitrou, vstinner, ezio.melotti, cvrebert, akira, Julian, berker.peksag, martin.panter, serhiy.storchaka, jleedev, matrixise, gsnedders
2016-09-10 10:07:43ncoghlansetmessageid: <1473502063.08.0.355929821344.issue17909@psf.upfronthosting.co.za>
2016-09-10 10:07:43ncoghlanlinkissue17909 messages
2016-09-10 10:07:42ncoghlancreate