diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-08-21 02:54:44 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-08-21 02:54:44 (GMT) |
commit | 23110e7361fb6238556913173311f042ccd87099 (patch) | |
tree | b4e3c2423b492f69e66f2de5352a0dc587b813b9 /Misc/NEWS | |
parent | 0cc7444ea9870c11b6ce0c61e4c761609f295f69 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |