Message252515
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 |
|
| 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 | |
|