Message253018
"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. |
|
Date |
User |
Action |
Args |
2015-10-14 20:12:38 | vstinner | set | recipients:
+ vstinner, ncoghlan, serhiy.storchaka |
2015-10-14 20:12:38 | vstinner | set | messageid: <1444853558.17.0.847346836565.issue25339@psf.upfronthosting.co.za> |
2015-10-14 20:12:38 | vstinner | link | issue25339 messages |
2015-10-14 20:12:38 | vstinner | create | |
|