[Python-checkins] cpython: Issue #16416: Fix Misc/NEWS entry, mention Mac OS X

victor.stinner python-checkins at python.org
Tue Nov 13 00:06:19 CET 2012


http://hg.python.org/cpython/rev/1b97cc71a05e
changeset:   80416:1b97cc71a05e
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Mon Nov 12 23:52:04 2012 +0100
summary:
  Issue #16416: Fix Misc/NEWS entry, mention Mac OS X

files:
  Misc/NEWS |  10 +++++-----
  1 files changed, 5 insertions(+), 5 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,11 +10,11 @@
 Core and Builtins
 -----------------
 
-- Issue #16416: OS data are now always encoded/decoded to/from
-  UTF-8/surrogateescape, instead of the locale encoding (which may be ASCII if
-  no locale environment variable is set), to avoid inconsistencies with
-  os.fsencode() and os.fsdecode() functions which are already using
-  UTF-8/surrogateescape.
+- Issue #16416: On Mac OS X, operating system data are now always
+  encoded/decoded to/from UTF-8/surrogateescape, instead of the locale encoding
+  (which may be ASCII if no locale environment variable is set), to avoid
+  inconsistencies with os.fsencode() and os.fsdecode() functions which are
+  already using UTF-8/surrogateescape.
 
 - Issue #16453: Fix equality testing of dead weakref objects.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list