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 ezio.melotti
Recipients barry, ezio.melotti, ncoghlan, pitrou, python-dev, rhettinger, serhiy.storchaka
Date 2013-10-20.22:59:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382309980.6.0.468511911379.issue19307@psf.upfronthosting.co.za>
In-reply-to
Content
I added a test with json.load() too.  json.load(fp) just calls json.loads(fp.read()), but it's better to avoid white-box testing.
History
Date User Action Args
2013-10-20 22:59:40ezio.melottisetrecipients: + ezio.melotti, barry, rhettinger, ncoghlan, pitrou, python-dev, serhiy.storchaka
2013-10-20 22:59:40ezio.melottisetmessageid: <1382309980.6.0.468511911379.issue19307@psf.upfronthosting.co.za>
2013-10-20 22:59:40ezio.melottilinkissue19307 messages
2013-10-20 22:59:40ezio.melotticreate