[Python-bugs-list] [ python-Bugs-679251 ] PEP 277 in what's new for 2.3

SourceForge.net noreply@sourceforge.net
Mon, 03 Feb 2003 07:21:55 -0800


Bugs item #679251, was opened at 2003-02-02 18:41
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=679251&group_id=5470

Category: Documentation
Group: Python 2.3
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Andrew Dalke (dalke)
>Assigned to: A.M. Kuchling (akuchling)
Summary: PEP 277 in what's new for 2.3

Initial Comment:
> Applications can test whether arbitrary Unicode strings
> are supported as file names by checking
>  os.path.unicode_file_names

That should be os.path.supports_unicode_filenames

>>> import os
>>> [s for s in dir(os.path) if "unicode" in s]
['supports_unicode_filenames']
>>>


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

>Comment By: A.M. Kuchling (akuchling)
Date: 2003-02-03 10:21

Message:
Logged In: YES 
user_id=11375

Corrected in CVS; thanks!

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

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