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 Arfrever, brett.cannon, eric.snow, ncoghlan, python-dev, serhiy.storchaka, vstinner
Date 2015-09-30.12:54:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443617661.85.0.642857849453.issue25182@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you for the review Victor.

> But we may need something else to escape non-encodable characters in the filename when sys.stdout is a TextIOWrapper using the strict error handler.

This is not related to this issue. sys.stderr uses backslashreplace.
History
Date User Action Args
2015-09-30 12:54:21serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, ncoghlan, vstinner, Arfrever, python-dev, eric.snow
2015-09-30 12:54:21serhiy.storchakasetmessageid: <1443617661.85.0.642857849453.issue25182@psf.upfronthosting.co.za>
2015-09-30 12:54:21serhiy.storchakalinkissue25182 messages
2015-09-30 12:54:21serhiy.storchakacreate