commit | 0407e960610f043f3459cdc224300dddf7941765 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <mdickinson@enthought.com> | Sun Apr 15 16:43:19 2012 +0100 |
committer | Mark Dickinson <mdickinson@enthought.com> | Sun Apr 15 16:43:19 2012 +0100 |
tree | 5c4d03098565599cf5bc2eac0dfb409fb7012cfc | |
parent | 9c0baf72020d8ab452101dd7c447ec61e16a96d6 [diff] [blame] |
Issue 13496: Fix bisect.bisect overflow bug for large collections.
diff --git a/Misc/NEWS b/Misc/NEWS index 85bea30..ec27d20 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -48,6 +48,9 @@ Library ------- +- Issue #13496: Fix potential overflow in bisect.bisect algorithm when applied + to a collection of size > sys.maxsize / 2. + - Issue #14399: zipfile now recognizes that the archive has been modified even if only the comment is changed. As a consequence of this fix, ZipFile is now a new style class.