[issue767645] incorrect os.path.supports_unicode_filenames

R. David Murray report at bugs.python.org
Tue Jan 12 21:16:46 CET 2010


R. David Murray <rdmurray at bitdance.com> added the comment:

In addition, whether or not true unicode filenames are supported really depends, at least on Linux, on the *filesystem*, not on the OS (for some definition of support).  In other words, I think os.path.supports_unicode_filenames is an API design that is broken and should probably be dropped.

----------
nosy: +r.david.murray

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


More information about the Python-bugs-list mailing list