summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorWalter Dörwald <walter@livinglogic.de>2005-10-09 19:42:27 (GMT)
committerWalter Dörwald <walter@livinglogic.de>2005-10-09 19:42:27 (GMT)
commit007f8dfde27e58625384c985a9728a84038fd83f (patch)
treecb4dbc3a72323ea27378f08813ea79fcbead5730 /Misc
parenta05834e59ca138b8e07360e996409596d9e0163a (diff)
downloadcpython-007f8dfde27e58625384c985a9728a84038fd83f.zip
cpython-007f8dfde27e58625384c985a9728a84038fd83f.tar.gz
cpython-007f8dfde27e58625384c985a9728a84038fd83f.tar.bz2
Bug #1245379: Add "unicode-1-1-utf-7" as an alias for "utf-7" as specified
by RFC 1642.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4f134e1..77e8569 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -517,6 +517,8 @@ Library
- Bug #1202493: Fixing SRE parser to handle '{}' as perl does, rather than
considering it exactly like a '*'.
+- Bug #1245379: Add "unicode-1-1-utf-7" as an alias for "utf-7" to
+ ``encodings.aliases``.
Build
-----