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 Sworddragon, a.badger, ezio.melotti, loewis, ncoghlan, pitrou, r.david.murray, serhiy.storchaka, vstinner
Date 2013-12-13.21:27:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386970020.78.0.665773916236.issue19977@psf.upfronthosting.co.za>
In-reply-to
Content
Mojibake in input can cause decoding error in other application which consumes output of Python script. In some cases this can be even worse thin UnicodeError in producer.

But for C locale this makes sense. I think we should try this experiment in 3.5. There will be much time for testing before 3.5 beta 1.
History
Date User Action Args
2013-12-13 21:27:00serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, ncoghlan, pitrou, vstinner, ezio.melotti, a.badger, r.david.murray, Sworddragon
2013-12-13 21:27:00serhiy.storchakasetmessageid: <1386970020.78.0.665773916236.issue19977@psf.upfronthosting.co.za>
2013-12-13 21:27:00serhiy.storchakalinkissue19977 messages
2013-12-13 21:27:00serhiy.storchakacreate