Message253018
| 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: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 | |