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-08.09:42:15
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
At least on OSX, unicode file names are pretty much fully 
supported, yet os.path.supports_unicode_filenames is False 
(it comes from posixpath.py, which hard codes it). What 
would be a proper way to detect unicode filename support 
for posix platforms?
History
Date User Action Args
2007-08-23 14:14:44adminlinkissue767645 messages
2007-08-23 14:14:44admincreate