Message198175
The test fails with ASCII locale encoding (ex: LANG= on Linux).
The test should not try to display a non-ASCII character, but should check the encoding (sys.stdout.encoding) instead. The test should ensure that sys.stdout.encoding is the same with the PYTHONIOENCODING unset (python started with -E option and the current environment) and with the variable set to an empty value. |
|
| Date |
User |
Action |
Args |
| 2013-09-20 22:16:09 | vstinner | set | recipients:
+ vstinner, pitrou, r.david.murray, serhiy.storchaka |
| 2013-09-20 22:16:09 | vstinner | set | messageid: <[email protected]> |
| 2013-09-20 22:16:09 | vstinner | link | issue19058 messages |
| 2013-09-20 22:16:09 | vstinner | create | |
|