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 cvrebert
Recipients cvrebert, docs@python
Date 2014-05-16.04:52:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400215968.18.0.723032535405.issue21514@psf.upfronthosting.co.za>
In-reply-to
Content
json module docs: https://docs.python.org/3/library/json.html

New superseding JSON RFC: https://tools.ietf.org/html/rfc7159
Errata to the new RFC: http://www.rfc-editor.org/errata_search.php?rfc=7159
ECMA-404: http://www.ecma-international.org/publications/standards/Ecma-404.htm

These updated specs are of particular relevance to the Standard Compliance section of the json module docs. There are also a bunch of new interoperability notes in the RFC that could probably bear repeating in the module's docs.
History
Date User Action Args
2014-05-16 04:52:48cvrebertsetrecipients: + cvrebert, docs@python
2014-05-16 04:52:48cvrebertsetmessageid: <1400215968.18.0.723032535405.issue21514@psf.upfronthosting.co.za>
2014-05-16 04:52:48cvrebertlinkissue21514 messages
2014-05-16 04:52:47cvrebertcreate