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 r.david.murray
Recipients amaury.forgeotdarc, eric.araujo, ezio.melotti, jkloth, larry, loewis, r.david.murray, serhiy.storchaka, techtonik, vstinner
Date 2012-12-14.18:46:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355510812.4.0.224131662778.issue16656@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, I misunderstood your comment.

So, listdir is returning the "correct" the filename, it's just that we can't encode it to the console encoding.  So, it is working as expected within the current windows console limitations, if not in a particularly useful fashion.

(That is, listdir/os.walk are *not* ignoring the international dirs.)
History
Date User Action Args
2012-12-14 18:46:52r.david.murraysetrecipients: + r.david.murray, loewis, amaury.forgeotdarc, vstinner, larry, techtonik, jkloth, ezio.melotti, eric.araujo, serhiy.storchaka
2012-12-14 18:46:52r.david.murraysetmessageid: <1355510812.4.0.224131662778.issue16656@psf.upfronthosting.co.za>
2012-12-14 18:46:52r.david.murraylinkissue16656 messages
2012-12-14 18:46:52r.david.murraycreate