diff options
author | Mark Dickinson <mdickinson@enthought.com> | 2012-11-04 11:47:05 (GMT) |
---|---|---|
committer | Mark Dickinson <mdickinson@enthought.com> | 2012-11-04 11:47:05 (GMT) |
commit | 1321edaa55a8df94e739e6ea5e9e658f2b7bfcc2 (patch) | |
tree | 987c8b62c47466683905620c7574bc7b2e3f37a9 /Misc/NEWS | |
parent | 7ce22d19403873d590bdda78b721e15510132d16 (diff) | |
parent | 8cd1c7681d86fd3d32096f2d927d3f5014d58c36 (diff) | |
download | cpython-1321edaa55a8df94e739e6ea5e9e658f2b7bfcc2.zip cpython-1321edaa55a8df94e739e6ea5e9e658f2b7bfcc2.tar.gz cpython-1321edaa55a8df94e739e6ea5e9e658f2b7bfcc2.tar.bz2 |
Issue #16402: Merge fix from 3.2
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ What's New in Python 3.3.1? 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. |