[issue15441] test_posixpath fails on Japanese edition of Windows

STINNER Victor report at bugs.python.org
Wed Jul 25 11:19:51 CEST 2012


STINNER Victor <victor.stinner at gmail.com> added the comment:

> Do you think we need a patch to avoid UnicodeDecodeError raised?
> Or should we change test to skip this?

It's a bug, the test should not be skipped. You should get an OSError
because the chdir() failed, not an UnicodeDecodeError.

----------

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


More information about the Python-bugs-list mailing list