STINNER Victor added the comment:

The issue looks to be fixed in Python 3.5 (future version 3.5.2) and 3.6, I 
close the issue.

I repeat myself: On Python 3, don't store filenames as bytes, it's a bad 
practice. Use unicode, it works on all platforms and gives access to the full 
Unicode Character Set!

----------
resolution:  -> fixed
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25911>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to