diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-11-08 06:46:49 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-11-08 06:46:49 (GMT) |
commit | a1e3422205333a15c8f90c09c0883cf5e5139145 (patch) | |
tree | ae9d3236f0482c6a1dd4000ff89459bd79155600 /Misc | |
parent | cf1e760d3e91977f64336890d3dd0aa898b7fa25 (diff) | |
download | cpython-a1e3422205333a15c8f90c09c0883cf5e5139145.zip cpython-a1e3422205333a15c8f90c09c0883cf5e5139145.tar.gz cpython-a1e3422205333a15c8f90c09c0883cf5e5139145.tar.bz2 |
Correctly forward exception in instance_contains().
Fixes #1591996. Patch contributed by Neal Norwitz.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ What's New in Python 2.5.1c1? 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 |