[Python-bugs-list] [ python-Bugs-696261 ] os.path.walk and non-ascii dirnames on MacOSX

SourceForge.net noreply@sourceforge.net
Sun, 02 Mar 2003 15:26:08 -0800


Bugs item #696261, was opened at 2003-03-03 00:26
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=696261&group_id=5470

Category: Macintosh
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jack Jansen (jackjansen)
Assigned to: Jack Jansen (jackjansen)
Summary: os.path.walk and non-ascii dirnames on MacOSX

Initial Comment:
os.path.walk will fail if it encounters a non-ascii directory name.
The listdir() in the previous iteration will return the directory as a unicode string, but the next iteration will fail on that same unicode string.

There is probably something wrong with the file system encoding used on Mac OS X.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=696261&group_id=5470