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-03-26.23:21:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427412117.08.0.281584603787.issue23637@psf.upfronthosting.co.za>
In-reply-to
Content
The problem is that the warnings module works with unicode message almost all time except rare circumstances. So for sure this feature is used in many programs and it works for authors and most of users. An exception can be considered as a bug.
History
Date User Action Args
2015-03-26 23:21:57serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, ezio.melotti, r.david.murray, Lukáš.Němec
2015-03-26 23:21:57serhiy.storchakasetmessageid: <1427412117.08.0.281584603787.issue23637@psf.upfronthosting.co.za>
2015-03-26 23:21:57serhiy.storchakalinkissue23637 messages
2015-03-26 23:21:57serhiy.storchakacreate