summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-08-21 02:54:44 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-08-21 02:54:44 (GMT)
commit23110e7361fb6238556913173311f042ccd87099 (patch)
treeb4e3c2423b492f69e66f2de5352a0dc587b813b9 /Misc/NEWS
parent0cc7444ea9870c11b6ce0c61e4c761609f295f69 (diff)
downloadcpython-23110e7361fb6238556913173311f042ccd87099.zip
cpython-23110e7361fb6238556913173311f042ccd87099.tar.gz
cpython-23110e7361fb6238556913173311f042ccd87099.tar.bz2
alias macintosh to mac_roman #843590
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3512e86..019cd4b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -117,6 +117,8 @@ Extensions
Library
-------
+- Issue #843590: Make "macintosh" an alias to the "mac_roman" encoding.
+
- Create os.fsdecode(): decode from the filesystem encoding with
surrogateescape error handler, or strict error handler on Windows.