summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-11-04 19:32:54 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2006-11-04 19:32:54 (GMT)
commita3ce6aa8b73ef32865c5d42fea61d045e3ce8d4e (patch)
tree131cd346cce0c0a825b5206e82f28e4ae13a2ee0 /Misc
parent56602a14e63ef610d45a4f443c3b7410453895e8 (diff)
downloadcpython-a3ce6aa8b73ef32865c5d42fea61d045e3ce8d4e.zip
cpython-a3ce6aa8b73ef32865c5d42fea61d045e3ce8d4e.tar.gz
cpython-a3ce6aa8b73ef32865c5d42fea61d045e3ce8d4e.tar.bz2
Backport 52621:
Bug #1588287: fix invalid assertion for `1,2` in debug builds.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8db0bc4..9631d4f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 2.5.1c1?
Core and builtins
-----------------
+- Bug #1588287: fix invalid assertion for `1,2` in debug builds.
+
- Bug #1576657: when setting a KeyError for a tuple key, make sure that
the tuple isn't used as the "exception arguments tuple".