Amaury Forgeot d'Arc added the comment:

Anatoly,
- in Python2.7, try this:
    print repr(os.listdir(u'.'))
- in Python3, try this:
    print(ascii(os.listdir('.')))
Do the commands above work correctly?

----------

_______________________________________
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