[issue767645] incorrect os.path.supports_unicode_filenames

STINNER Victor report at bugs.python.org
Sat Sep 11 02:24:49 CEST 2010


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

r84701 fixes supports_unicode_filenames's definition in Python 3.2 (and r84702 in Python 3.1): os.listdir(str) now always return unicode filenames (including non-ascii characters).

----------

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


More information about the Python-bugs-list mailing list