[issue19058] test_sys.test_ioencoding_nonascii() fails with ASCII locale encoding

Serhiy Storchaka report at bugs.python.org
Wed Sep 25 11:40:28 CEST 2013


Serhiy Storchaka added the comment:

Indeed.

Here is a patch. It uses same algorithm to obtain encodable non-ASCII string as for FS_NONASCII, but with locale encoding. It also adds new tests and simplifies existing tests.

----------
keywords: +patch
stage: needs patch -> patch review
Added file: http://bugs.python.org/file31865/sys_test_ioencoding_locale.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19058>
_______________________________________


More information about the Python-bugs-list mailing list