diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-11-08 06:48:36 +0000 |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-11-08 06:48:36 +0000 |
commit | a346c092919af0f40b3df992103df9bb43d88331 (patch) | |
tree | 4ea3b8497a8ab02f264ca62f447409e4a9e8e0d8 | |
parent | 3a62404264e02acbee83994c411e292bccd4e8f2 (diff) | |
download | cpython-git-a346c092919af0f40b3df992103df9bb43d88331.tar.gz |
News entry for 52662.
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ What's New in Python 2.6 alpha 1? Core and builtins ----------------- +- Bug #1591996: Correctly forward exception in instance_contains(). + - Bug #1588287: fix invalid assertion for `1,2` in debug builds. - Bug #1576657: when setting a KeyError for a tuple key, make sure that |