commit | 007f8dfde27e58625384c985a9728a84038fd83f | [log] [tgz] |
---|---|---|
author | Walter Dörwald <walter@livinglogic.de> | Sun Oct 09 19:42:27 2005 +0000 |
committer | Walter Dörwald <walter@livinglogic.de> | Sun Oct 09 19:42:27 2005 +0000 |
tree | cb4dbc3a72323ea27378f08813ea79fcbead5730 | |
parent | a05834e59ca138b8e07360e996409596d9e0163a [diff] [blame] |
Bug #1245379: Add "unicode-1-1-utf-7" as an alias for "utf-7" as specified by RFC 1642.
diff --git a/Misc/NEWS b/Misc/NEWS index 4f134e1..77e8569 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -517,6 +517,8 @@ - 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 -----