summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-01-27 17:59:42 (GMT)
committerGeorg Brandl <georg@python.org>2007-01-27 17:59:42 (GMT)
commit4ba9e5bdc7213373dab9eb915fb459f7f5e06fb5 (patch)
tree9b5571d75dfd7cee5025eebe9637d9aab481933d /Misc
parentab49684f550ce6b12614b8a329f4d280e20e1277 (diff)
downloadcpython-4ba9e5bdc7213373dab9eb915fb459f7f5e06fb5.zip
cpython-4ba9e5bdc7213373dab9eb915fb459f7f5e06fb5.tar.gz
cpython-4ba9e5bdc7213373dab9eb915fb459f7f5e06fb5.tar.bz2
Patch #1634778: add missing encoding aliases for iso8859_15 and
iso8859_16.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 82c3d64..aef4218 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -123,6 +123,9 @@ Core and builtins
Library
-------
+- Patch #1634778: add missing encoding aliases for iso8859_15 and
+ iso8859_16.
+
- Patch #1638243: the compiler package is now able to correctly compile
a with statement; previously, executing code containing a with statement
compiled by the compiler package crashed the interpreter.