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 vstinner
Recipients ncoghlan, serhiy.storchaka, vstinner
Date 2015-10-14.20:12:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444853558.17.0.847346836565.issue25339@psf.upfronthosting.co.za>
In-reply-to
Content
"it looks at least unexpected, that surrogateescape is used with non-ASCII encoding"

What do you mean by non-ASCII encoding? surrogateescape is used by all encodings for all OS operations on Python 3, like os.listdir(), even for UTF-8.
History
Date User Action Args
2015-10-14 20:12:38vstinnersetrecipients: + vstinner, ncoghlan, serhiy.storchaka
2015-10-14 20:12:38vstinnersetmessageid: <1444853558.17.0.847346836565.issue25339@psf.upfronthosting.co.za>
2015-10-14 20:12:38vstinnerlinkissue25339 messages
2015-10-14 20:12:38vstinnercreate