[issue16656] os.walk ignores international dirs on Windows

anatoly techtonik report at bugs.python.org
Thu Dec 13 23:25:44 CET 2012


anatoly techtonik added the comment:

There is one more problem - when I redirect the output with:

> py test_unicode_fname.py > test.log 2>&1

In Python 2.7 the traceback is at the end of file, in Python 3.3 it is at the beginning. Therefore I just copied data from the screen, where it appears in correct order.

(current mood: Python debugging is a mess)

----------

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


More information about the Python-bugs-list mailing list