commit | 8cd1c7681d86fd3d32096f2d927d3f5014d58c36 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <mdickinson@enthought.com> | Sun Nov 04 11:46:17 2012 +0000 |
committer | Mark Dickinson <mdickinson@enthought.com> | Sun Nov 04 11:46:17 2012 +0000 |
tree | 52d64e583436f496e89b4c5dfdf0884e860cf3ba | |
parent | b87f82f8d46c8cd0fd4ab60f9680ca51ad3345bc [diff] [blame] |
Issue #16402: In range slicing, fix shadowing of exceptions from __index__ method.
diff --git a/Misc/NEWS b/Misc/NEWS index 565ebcd..8d6035e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Core and Builtins ----------------- +- Issue #16402: When slicing a range, fix shadowing of exceptions from + __index__. + - Issue #16336: fix input checking in the surrogatepass error handler. Patch by Serhiy Storchaka.