commit | da4210f77d2fe10667b8620d46eb9d3c3fd9e613 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <mdickinson@enthought.com> | Sun Apr 15 16:32:04 2012 +0100 |
committer | Mark Dickinson <mdickinson@enthought.com> | Sun Apr 15 16:32:04 2012 +0100 |
tree | 153eab47d9eed26e24f23bb285303d4486cc7de4 | |
parent | b0f00476a0f8c97f3bb835d24fed82e98cb9cd72 [diff] [blame] | |
parent | a13b109bc00487182b13c1d02c03e8910dfb9234 [diff] [blame] |
Issue #13496: Merge from 3.2
diff --git a/Misc/NEWS b/Misc/NEWS index a476b41..1be6597 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -29,6 +29,9 @@ 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.