From: Mark Dickinson <mdickinson@enthought.com> Date: Sun, 15 Apr 2012 15:32:04 +0000 (+0100) Subject: Issue #13496: Merge from 3.2 X-Git-Tag: v3.3.0a3~216 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=da4210f77d2fe10667b8620d46eb9d3c3fd9e613;p=python Issue #13496: Merge from 3.2 --- da4210f77d2fe10667b8620d46eb9d3c3fd9e613 diff --cc Misc/NEWS index a476b417b5,91b0c65692..1be6597919 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -29,9 -23,29 +29,12 @@@ Core and Builtin 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. + - Issue #14399: zipfile now recognizes that the archive has been modified even if only the comment is changed. In addition, the TypeError that results from trying to set a non-binary value as a comment is now now raised at the time