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 serhiy.storchaka
Recipients Balthazar.Rouberol, antlong, barry, docs@python, eric.araujo, ezio.melotti, georg.brandl, hhas, pitrou, r.david.murray, serhiy.storchaka
Date 2012-04-26.16:21:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335457295.36.0.339868654992.issue10976@psf.upfronthosting.co.za>
In-reply-to
Content
According to current implementation this is acceptable.

>>> json.loads('"\u0000"', strict=False)
'\x00'
History
Date User Action Args
2012-04-26 16:21:35serhiy.storchakasetrecipients: + serhiy.storchaka, barry, georg.brandl, hhas, pitrou, ezio.melotti, eric.araujo, r.david.murray, docs@python, antlong, Balthazar.Rouberol
2012-04-26 16:21:35serhiy.storchakasetmessageid: <1335457295.36.0.339868654992.issue10976@psf.upfronthosting.co.za>
2012-04-26 16:21:34serhiy.storchakalinkissue10976 messages
2012-04-26 16:21:34serhiy.storchakacreate