anatoly techtonik added the comment:

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."""

----------
resolution: wont fix -> 
status: closed -> open

_______________________________________
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