This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients pitrou, r.david.murray, serhiy.storchaka, vstinner
Date 2013-09-20.22:16:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379715369.38.0.647710999268.issue19058@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-09-20 22:16:09vstinnersetrecipients: + vstinner, pitrou, r.david.murray, serhiy.storchaka
2013-09-20 22:16:09vstinnersetmessageid: <1379715369.38.0.647710999268.issue19058@psf.upfronthosting.co.za>
2013-09-20 22:16:09vstinnerlinkissue19058 messages
2013-09-20 22:16:09vstinnercreate