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 nedbat
Recipients docs@python, mark.dickinson, nedbat, picomancer, pitrou, serhiy.storchaka
Date 2013-12-03.14:41:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386081679.64.0.372281000811.issue19871@psf.upfronthosting.co.za>
In-reply-to
Content
There are other forms of numbers allowed by Python that are not allowed by JSON: "001.1"

Oddly, with all of the strictness in JSON, the exponent-marker "e" can be upper- or lower-case:  1e1 and 1E1 are both valid JSON.
History
Date User Action Args
2013-12-03 14:41:19nedbatsetrecipients: + nedbat, mark.dickinson, pitrou, docs@python, serhiy.storchaka, picomancer
2013-12-03 14:41:19nedbatsetmessageid: <1386081679.64.0.372281000811.issue19871@psf.upfronthosting.co.za>
2013-12-03 14:41:19nedbatlinkissue19871 messages
2013-12-03 14:41:19nedbatcreate