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 serhiy.storchaka
Recipients Balthazar.Rouberol, antlong, barry, docs@python, eric.araujo, ezio.melotti, georg.brandl, hhas, pitrou, r.david.murray, serhiy.storchaka
Date 2012-04-26.14:07:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335449266.36.0.187593044345.issue10976@psf.upfronthosting.co.za>
In-reply-to
Content
Things are a little more complicated. '123' is not a valid JSON according to RFC 4627 (the top-level element can only be an object or an array). This means that the autodetection algorithm will not always work for such non-standard data.

If we can parse binary data, then there must be a way to generate binary data in at least one of the Unicode encodings.

By the way, the documentation should give a link to RFC 4627 and explain the current implementation is different from it.
History
Date User Action Args
2012-04-26 14:07:46serhiy.storchakasetrecipients: + serhiy.storchaka, barry, georg.brandl, hhas, pitrou, ezio.melotti, eric.araujo, r.david.murray, docs@python, antlong, Balthazar.Rouberol
2012-04-26 14:07:46serhiy.storchakasetmessageid: <1335449266.36.0.187593044345.issue10976@psf.upfronthosting.co.za>
2012-04-26 14:07:45serhiy.storchakalinkissue10976 messages
2012-04-26 14:07:45serhiy.storchakacreate