[Python-Dev] Re: PEP 277: Unicode file name support for Windows NT, was PEP-time ? ...

Martin v. Loewis martin@v.loewis.de
Mon, 14 Jan 2002 08:11:54 +0100


>    OK, PEP 277 is now available from:
> http://python.sourceforge.net/peps/pep-0277.html

Looks very good to me, except that the listdir approach (unicode in,
unicode out) should apply uniformly to all platforms; I'll provide an
add-on patch to your implementation once the PEP is approved.

Regards,
Martin