[issue15441] test_posixpath fails on Japanese edition of Windows

Atsuo Ishimoto report at bugs.python.org
Thu Jul 26 02:42:58 CEST 2012


Atsuo Ishimoto <ishimoto at gembook.org> added the comment:

Here's another try:

In this patch:

- skip test_nonascii_abspath() test since it fails on some code pages.

- Added a test to reproduce bug on latin code pages.

- Use repr(filename) only if decode failed. This is more backward-compatible and does not lose any information.

----------
Added file: http://bugs.python.org/file26517/issue15441_2.patch

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


More information about the Python-bugs-list mailing list