Serhiy Storchaka added the comment:

What are the results of os.listdir(b'.') and os.listdir(u'.') on Python 2.7 and 
Python 3.3+?

What are the results of os.stat(b'Русское имя') and os.stat(b'Русское имя') on 
Python 2.7 and Python 3.3+?

What are the results of sys.getdefaultencoding(), sys.getfilesystemencoding(), 
locale.getpreferredencoding(False) and locale.getpreferredencoding(True) on 
Python 2.7 and Python 3.3+?

If any of those calls fail, please provide a full traceback.

----------
stage: committed/rejected -> test needed

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

Reply via email to