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 techtonik
Recipients amaury.forgeotdarc, eric.araujo, ezio.melotti, jkloth, larry, loewis, r.david.murray, serhiy.storchaka, techtonik, vstinner
Date 2012-12-15.01:14:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355534093.83.0.275348042757.issue16656@psf.upfronthosting.co.za>
In-reply-to
Content
haypo didn't understood the main user story for this ticket and closed it, so I reopen it with simplified user story.

"""As a developer, I want Python os.listdir('.') function return all directories in current directory on Windows, not matter how international they are, in the same way as other Windows applications return them.

I want returned name to be normal string, but reuseable in subsequent functions, so that I can query stats for this dir or CD to it. It doesn't matter how this name is binary represented. It can be quoted, in UTF-8 byte code or whatever - I don't care as long as I can access the same name from the same session."""
History
Date User Action Args
2012-12-15 01:14:55techtoniksetrecipients: + techtonik, loewis, amaury.forgeotdarc, vstinner, larry, jkloth, ezio.melotti, eric.araujo, r.david.murray, serhiy.storchaka
2012-12-15 01:14:53techtoniksetmessageid: <1355534093.83.0.275348042757.issue16656@psf.upfronthosting.co.za>
2012-12-15 01:14:53techtoniklinkissue16656 messages
2012-12-15 01:14:49techtonikcreate