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 ceronman
Recipients ceronman
Date 2011-05-03.01:35:29
SpamBayes Score 0.00011326341
Marked as misclassified No
Message-id <1304386530.0.0.240927955251.issue11982@psf.upfronthosting.co.za>
In-reply-to
Content
Python 2.7.1:

>>> import json
>>> json.loads('"hello"')
u'hello'
>>> .json.loads('""')
''

Related: issue 10038
History
Date User Action Args
2011-05-03 01:35:30ceronmansetrecipients: + ceronman
2011-05-03 01:35:30ceronmansetmessageid: <1304386530.0.0.240927955251.issue11982@psf.upfronthosting.co.za>
2011-05-03 01:35:29ceronmanlinkissue11982 messages
2011-05-03 01:35:29ceronmancreate