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 petri.lehtinen
Recipients cvrebert, docs@python, eric.araujo, ezio.melotti, petri.lehtinen, serhiy.storchaka
Date 2012-08-23.10:58:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345719483.29.0.954225510034.issue14674@psf.upfronthosting.co.za>
In-reply-to
Content
Using the word "scalar" sounds wrong to me. Are strings really considered scalars in Python? At least RFC 4627 doesn't talk about scalars.


+Since the RFC permits RFC-compliant parsers to accept input texts that are not
+RFC-compliant, this module's deserializer is technically RFC-compliant under
+default settings.

This might scare users. Maybe it should note that there are parameters that can be used to turn off the most "harmful" extra features (namely the Inf and NaN support).

Otherwise, the additions look very good and important.
History
Date User Action Args
2012-08-23 10:58:03petri.lehtinensetrecipients: + petri.lehtinen, ezio.melotti, eric.araujo, cvrebert, docs@python, serhiy.storchaka
2012-08-23 10:58:03petri.lehtinensetmessageid: <1345719483.29.0.954225510034.issue14674@psf.upfronthosting.co.za>
2012-08-23 10:58:02petri.lehtinenlinkissue14674 messages
2012-08-23 10:58:02petri.lehtinencreate