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 pitrou
Recipients docs@python, picomancer, pitrou
Date 2013-12-03.08:34:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386059681.09.0.513321627301.issue19871@psf.upfronthosting.co.za>
In-reply-to
Content
I think it would be better to adhere to the JSON spec, which doesn't allow numbers to start with a decimal point:
http://json.org/

If we go this way, the documentation should at least be fixed; and, as you say, we could also add a unit test for it.
History
Date User Action Args
2013-12-03 08:34:41pitrousetrecipients: + pitrou, docs@python, picomancer
2013-12-03 08:34:41pitrousetmessageid: <1386059681.09.0.513321627301.issue19871@psf.upfronthosting.co.za>
2013-12-03 08:34:41pitroulinkissue19871 messages
2013-12-03 08:34:40pitroucreate