Commit 5f34caae authored by Victor Stinner's avatar Victor Stinner

Issue #16416: Fix Misc/NEWS entry, mention Mac OS X

parent 05fdfac8
......@@ -10,11 +10,11 @@ What's New in Python 3.4.0 Alpha 1?
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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment