[issue767645] incorrect os.path.supports_unicode_filenames

Joe Amenta report at bugs.python.org
Tue Jan 12 22:35:27 CET 2010


Joe Amenta <amentajo at msu.edu> added the comment:

If it is decided to keep supports_unicode_filenames, here is a patch for test_os.py that verifies the value of supports_unicode_filenames against the following line from the documentation:
"True if arbitrary Unicode strings can be used as file names (within limitations imposed by the file system), and if os.listdir() returns Unicode strings for a Unicode argument."

----------
keywords: +patch
nosy: +joe.amenta
Added file: http://bugs.python.org/file15843/test_supports_unicode_filenames.patch

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


More information about the Python-bugs-list mailing list