diff options
author | Georg Brandl <georg@python.org> | 2007-01-27 17:59:42 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-01-27 17:59:42 (GMT) |
commit | 4ba9e5bdc7213373dab9eb915fb459f7f5e06fb5 (patch) | |
tree | 9b5571d75dfd7cee5025eebe9637d9aab481933d /Misc | |
parent | ab49684f550ce6b12614b8a329f4d280e20e1277 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |