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 jvr
Recipients
Date 2003-07-11.07:48:22
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=92689

Done in rev. 1.61 of posixpath.py.

(Actually, OSX does complain when you feed open() a non-valid 
utf-8 string (albeit with a misleading error message). The OS also 
makes sure the name is converted to its preferred form, eg. if I 
create a file named u'\xc7', I can also open it as u'C\u0327', and 
os.listdir() will always show the latter, no matter how you created 
the file.)
History
Date User Action Args
2007-08-23 14:14:44adminlinkissue767645 messages
2007-08-23 14:14:44admincreate