summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-10-29 18:31:42 (GMT)
committerGeorg Brandl <georg@python.org>2006-10-29 18:31:42 (GMT)
commitb9f4ad3a9a01ba249a3a2d668f96935b31c78d82 (patch)
treedeb728f59d7ae8ec78f482c3959636a3fe9ec543 /Misc
parentf733a013b2d1546e58dd6d4d3cdcb083e2176bea (diff)
downloadcpython-b9f4ad3a9a01ba249a3a2d668f96935b31c78d82.zip
cpython-b9f4ad3a9a01ba249a3a2d668f96935b31c78d82.tar.gz
cpython-b9f4ad3a9a01ba249a3a2d668f96935b31c78d82.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".
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 d754849..4d1396c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 2.6 alpha 1?
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