Message252515
| Author | serhiy.storchaka |
|---|---|
| Recipients | ncoghlan, serhiy.storchaka, vstinner |
| Date | 2015-10-08.06:51:27 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1444287088.0.0.588605250096.issue25339@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The error handler of sys.stdout and sys.stdin is set to "surrogateescape" even for non-ASCII encoding. $ LANG= PYTHONIOENCODING=UTF-8 ./python -c 'import sys; print(sys.stdout.encoding, sys.stdout.errors)' UTF-8 surrogateescape |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-10-08 06:51:28 | serhiy.storchaka | set | recipients: + serhiy.storchaka, ncoghlan, vstinner |
| 2015-10-08 06:51:28 | serhiy.storchaka | set | messageid: <1444287088.0.0.588605250096.issue25339@psf.upfronthosting.co.za> |
| 2015-10-08 06:51:27 | serhiy.storchaka | link | issue25339 messages |
| 2015-10-08 06:51:27 | serhiy.storchaka | create | |