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 docs@python, ezio.melotti, jcea, mark.dickinson, nedbat, picomancer, pitrou, serhiy.storchaka, tim.peters
Date 2013-12-04.21:09:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386191367.67.0.560927268868.issue19871@psf.upfronthosting.co.za>
In-reply-to
Content
There are too many cases where json and Python syntax differ. Final comma("[1, 2,]"), non-string keys ({1: 2}), tuples ("(1, 2)"), leading zeros ("0001"), hexadecimal integers ("0xaf"), escapes of astral characters('"\U0001d504"'), single quotes ("'spam'"), octal escape codes ("\015"), etc, etc...
History
Date User Action Args
2013-12-04 21:09:27serhiy.storchakasetrecipients: + serhiy.storchaka, tim.peters, jcea, mark.dickinson, pitrou, nedbat, ezio.melotti, docs@python, picomancer
2013-12-04 21:09:27serhiy.storchakasetmessageid: <1386191367.67.0.560927268868.issue19871@psf.upfronthosting.co.za>
2013-12-04 21:09:27serhiy.storchakalinkissue19871 messages
2013-12-04 21:09:27serhiy.storchakacreate