This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients amaury.forgeotdarc, jkloth, r.david.murray, serhiy.storchaka, techtonik
Date 2012-12-11.11:24:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355225074.93.0.676230063818.issue16656@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-12-11 11:24:35serhiy.storchakasetrecipients: + serhiy.storchaka, amaury.forgeotdarc, techtonik, jkloth, r.david.murray
2012-12-11 11:24:34serhiy.storchakasetmessageid: <1355225074.93.0.676230063818.issue16656@psf.upfronthosting.co.za>
2012-12-11 11:24:34serhiy.storchakalinkissue16656 messages
2012-12-11 11:24:34serhiy.storchakacreate