Andrew Svetlov added the comment:

Perhaps we have to skip tests if filesystem encoding doesn't support wide 
characters.
Not sure about the way: should we skip if sys.getfilesystemencoding() is not 
utf8 or better to try encode path and skip if it fails?
I think the later is better.

----------

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

Reply via email to