[issue18695] os.statvfs() not working well with unicode paths

Serhiy Storchaka report at bugs.python.org
Sat May 24 14:28:19 CEST 2014


Serhiy Storchaka added the comment:

BDFL says (http://permalink.gmane.org/gmane.comp.python.devel/146074):

"""Given that the claim "Python 2 doesn't support Unicode filenames" is factually incorrect (in Python 2.7, most filesystem calls in fact do support Unicode, at least on some platforms), I think individual functions in the os module that are found lacking should be considered bugs, and if someone goes through the effort to supply an otherwise acceptable fix, we shouldn't reject it on the basis that we don't want to consider supporting Unicode filenames."""

----------

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


More information about the Python-bugs-list mailing list