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 Kristian.Benoit, cvrebert, serhiy.storchaka, vstinner
Date 2014-05-16.04:45:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400215526.97.0.749832616312.issue21509@psf.upfronthosting.co.za>
In-reply-to
Content
The new JSON RFC now at least mentions BOM handling:
https://tools.ietf.org/html/rfc7159#section-8.1 :
> Implementations MUST NOT add a byte order mark to the beginning of a
> JSON text.  In the interests of interoperability, implementations
> that parse JSON texts MAY ignore the presence of a byte order mark
> rather than treating it as an error.
History
Date User Action Args
2014-05-16 04:45:27cvrebertsetrecipients: + cvrebert, vstinner, serhiy.storchaka, Kristian.Benoit
2014-05-16 04:45:26cvrebertsetmessageid: <1400215526.97.0.749832616312.issue21509@psf.upfronthosting.co.za>
2014-05-16 04:45:26cvrebertlinkissue21509 messages
2014-05-16 04:45:26cvrebertcreate