diff options
author | Mark Dickinson <mdickinson@enthought.com> | 2012-04-15 15:32:04 (GMT) |
---|---|---|
committer | Mark Dickinson <mdickinson@enthought.com> | 2012-04-15 15:32:04 (GMT) |
commit | da4210f77d2fe10667b8620d46eb9d3c3fd9e613 (patch) | |
tree | 153eab47d9eed26e24f23bb285303d4486cc7de4 /Misc | |
parent | b0f00476a0f8c97f3bb835d24fed82e98cb9cd72 (diff) | |
parent | a13b109bc00487182b13c1d02c03e8910dfb9234 (diff) | |
download | cpython-da4210f77d2fe10667b8620d46eb9d3c3fd9e613.zip cpython-da4210f77d2fe10667b8620d46eb9d3c3fd9e613.tar.gz cpython-da4210f77d2fe10667b8620d46eb9d3c3fd9e613.tar.bz2 |
Issue #13496: Merge from 3.2
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -29,6 +29,9 @@ Core and Builtins Library ------- +- Issue #13496: Fix potential overflow in bisect.bisect algorithm when applied + to a collection of size > sys.maxsize / 2. + - Have importlib take advantage of ImportError's new 'name' and 'path' attributes. |