]> granicus.if.org Git - python/commitdiff
Back out news about SF patch 479898 -- it's withdrawn.
authorGuido van Rossum <guido@python.org>
Fri, 11 Oct 2002 11:47:28 +0000 (11:47 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 11 Oct 2002 11:47:28 +0000 (11:47 +0000)
Misc/NEWS

index 849bd882795bdc10fc7c6bac215c3b6403615a53..1b78de99d4ab8fadb7d1fe25183133e3cde54625 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.