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
Date 2015-03-13.20:22:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426278156.84.0.102363774391.issue23637@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch that tries to coerce non-ascii filename and line to unicode using appropriate encoding if it is needed and possible. If it is not possible, the warning just gets lost, as in the case of IO error.
History
Date User Action Args
2015-03-13 20:22:36serhiy.storchakasetrecipients: + serhiy.storchaka, ezio.melotti, r.david.murray, Lukáš.Němec
2015-03-13 20:22:36serhiy.storchakasetmessageid: <1426278156.84.0.102363774391.issue23637@psf.upfronthosting.co.za>
2015-03-13 20:22:36serhiy.storchakalinkissue23637 messages
2015-03-13 20:22:36serhiy.storchakacreate