summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-10-29 18:31:45 (GMT)
committerGeorg Brandl <georg@python.org>2006-10-29 18:31:45 (GMT)
commit5e9f94ac7a2febae674ff501dd3900844486e277 (patch)
tree194db5b47cefc67b40efbbc611674d06be1471e3 /Misc
parent6dc39987c94993c4828a9668e04d92e6e4b506f3 (diff)
downloadcpython-5e9f94ac7a2febae674ff501dd3900844486e277.zip
cpython-5e9f94ac7a2febae674ff501dd3900844486e277.tar.gz
cpython-5e9f94ac7a2febae674ff501dd3900844486e277.tar.bz2
Bug #1576657: when setting a KeyError for a tuple key, make sure that
the tuple isn't used as the "exception arguments tuple". (backport from rev. 52535)
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 7bbd688..f007dd3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 2.5.1c1?
Core and builtins
-----------------
+- Bug #1576657: when setting a KeyError for a tuple key, make sure that
+ the tuple isn't used as the "exception arguments tuple".
+
- Bug #1565514, SystemError not raised on too many nested blocks.
- Bug #1576174: WindowsError now displays the windows error code