commit | a1e3422205333a15c8f90c09c0883cf5e5139145 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Wed Nov 08 06:46:49 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Wed Nov 08 06:46:49 2006 +0000 |
tree | ae9d3236f0482c6a1dd4000ff89459bd79155600 | |
parent | cf1e760d3e91977f64336890d3dd0aa898b7fa25 [diff] [blame] |
Correctly forward exception in instance_contains(). Fixes #1591996. Patch contributed by Neal Norwitz.
diff --git a/Misc/NEWS b/Misc/NEWS index 9631d4f..5c575c9 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ 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