summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMark Dickinson <mdickinson@enthought.com>2012-04-15 15:32:04 (GMT)
committerMark Dickinson <mdickinson@enthought.com>2012-04-15 15:32:04 (GMT)
commitda4210f77d2fe10667b8620d46eb9d3c3fd9e613 (patch)
tree153eab47d9eed26e24f23bb285303d4486cc7de4 /Misc
parentb0f00476a0f8c97f3bb835d24fed82e98cb9cd72 (diff)
parenta13b109bc00487182b13c1d02c03e8910dfb9234 (diff)
downloadcpython-da4210f77d2fe10667b8620d46eb9d3c3fd9e613.zip
cpython-da4210f77d2fe10667b8620d46eb9d3c3fd9e613.tar.gz
cpython-da4210f77d2fe10667b8620d46eb9d3c3fd9e613.tar.bz2
Issue #13496: Merge from 3.2
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a476b41..1be6597 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.