]> granicus.if.org Git - python/commit
Issue #16402: In range slicing, fix shadowing of exceptions from __index__ method.
authorMark Dickinson <mdickinson@enthought.com>
Sun, 4 Nov 2012 11:46:17 +0000 (11:46 +0000)
committerMark Dickinson <mdickinson@enthought.com>
Sun, 4 Nov 2012 11:46:17 +0000 (11:46 +0000)
commit8cd1c7681d86fd3d32096f2d927d3f5014d58c36
tree52d64e583436f496e89b4c5dfdf0884e860cf3ba
parentb87f82f8d46c8cd0fd4ab60f9680ca51ad3345bc
Issue #16402: In range slicing, fix shadowing of exceptions from __index__ method.
Lib/test/test_range.py
Misc/NEWS
Objects/rangeobject.c