Back out news about SF patch 479898 -- it's withdrawn.

This commit is contained in:
Guido van Rossum 2002-10-11 11:47:28 +00:00
parent a5f0907d79
commit cafe0eefc3
1 changed files with 0 additions and 6 deletions

View File

@ -66,12 +66,6 @@ Type/class unification and new-style classes
Core and builtins
-----------------
- The repr() function for 8-bit strings now preserves all characters
that are considered printable in the current locale. (Previously,
all bytes that are not printable ASCII would be encoded in hex.)
This requires the user to set the current locale; in the initial "C"
locale the old behavior is maintained. [SF patch 479898]
- Unicode file name processing for Windows (PEP 277) is implemented.
All platforms now have an os.path.supports_unicode_filenames attribute,
which is set to True on Windows NT/2000/XP, and False elsewhere.