diff options
author | Guido van Rossum <guido@python.org> | 2002-10-11 11:47:28 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2002-10-11 11:47:28 (GMT) |
commit | cafe0eefc36b504d70a1838496cb15ee1c6e3968 (patch) | |
tree | 3ddc10f632df09e18f7c7c9c1c512b81ea8e1802 | |
parent | a5f0907d790c889b1b7ea8ce3f79ff6b519ff361 (diff) | |
download | cpython-cafe0eefc36b504d70a1838496cb15ee1c6e3968.zip cpython-cafe0eefc36b504d70a1838496cb15ee1c6e3968.tar.gz cpython-cafe0eefc36b504d70a1838496cb15ee1c6e3968.tar.bz2 |
Back out news about SF patch 479898 -- it's withdrawn.
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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. |