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-27.15:28:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335540487.2.0.657570914574.issue10976@psf.upfronthosting.co.za>
In-reply-to
Content
Related to this question is a question about errors. How to inform the user, if an error occurred in the decoding with detected encoding? Leave UnicodeDecodeError or convert it to ValueError? If there is a syntax error in JSON -- exception will refer to the position in the decoded string, we should to translate it to the position in the original binary string?
History
Date User Action Args
2012-04-27 15:28:07serhiy.storchakasetrecipients: + serhiy.storchaka, barry, georg.brandl, hhas, pitrou, ezio.melotti, eric.araujo, r.david.murray, docs@python, antlong, Balthazar.Rouberol
2012-04-27 15:28:07serhiy.storchakasetmessageid: <1335540487.2.0.657570914574.issue10976@psf.upfronthosting.co.za>
2012-04-27 15:28:06serhiy.storchakalinkissue10976 messages
2012-04-27 15:28:06serhiy.storchakacreate