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

STINNER Victor report at bugs.python.org
Wed Jan 22 23:24:22 CET 2014


STINNER Victor added the comment:

> As far as Victor have doubts, we should ask Benjamin.

Well, if you begin to patch some os functions, we will find much functions which don't support Unicode path.

I prefer to consider that Python 2 doesn't support Unicode filenames to avoid bugs.

If you want to support Unicode filename, we will have to modify a lot of code. What's the point since Python 3 has a very good support of Unicode? Much better than Python 2?

----------

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


More information about the Python-bugs-list mailing list