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 Lukáš.Němec, ezio.melotti, r.david.murray, serhiy.storchaka, vstinner
Date 2015-05-13.08:31:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431505897.35.0.213192642124.issue23637@psf.upfronthosting.co.za>
In-reply-to
Content
One of the worst things in Python 2 is that all can work on author's machine in ASCII-only environment, but then unhelpfully fail on user machine with non-ASCII data. Especially when needed a combination of few conditions for the fail. This issue is about one of such cases. And even worse, it makes the program fail with unfriendly error message during an attempt to output possible helpful warning. It is very desirable to me to solve it.

What would you say about this Benjamin?
History
Date User Action Args
2015-05-13 08:31:37serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, ezio.melotti, r.david.murray, Lukáš.Němec
2015-05-13 08:31:37serhiy.storchakasetmessageid: <1431505897.35.0.213192642124.issue23637@psf.upfronthosting.co.za>
2015-05-13 08:31:37serhiy.storchakalinkissue23637 messages
2015-05-13 08:31:37serhiy.storchakacreate