diff options
author | Georg Brandl <georg@python.org> | 2006-10-29 18:31:45 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-10-29 18:31:45 (GMT) |
commit | 5e9f94ac7a2febae674ff501dd3900844486e277 (patch) | |
tree | 194db5b47cefc67b40efbbc611674d06be1471e3 /Misc | |
parent | 6dc39987c94993c4828a9668e04d92e6e4b506f3 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |