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 barry
Recipients antlong, barry, docs@python, eric.araujo, ezio.melotti, georg.brandl, hhas, pitrou, r.david.murray
Date 2011-10-11.13:44:47
SpamBayes Score 1.4262665e-05
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
I'll just mention that the elimination of bytes handling is a bit unfortunate, since this idiom which works in Python 2 no longer works:

fp = urlopen(url)
json_data = json.load(fp)

/me sad
History
Date User Action Args
2011-10-11 13:44:48barrysetrecipients: + barry, georg.brandl, hhas, pitrou, ezio.melotti, eric.araujo, r.david.murray, docs@python, antlong
2011-10-11 13:44:48barrysetmessageid: <[email protected]>
2011-10-11 13:44:47barrylinkissue10976 messages
2011-10-11 13:44:47barrycreate