From: Mark Dickinson Date: Sat, 21 Mar 2009 10:28:18 +0000 (+0000) Subject: Blocked revisions 70497 via svnmerge X-Git-Tag: 3.0~305 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b06984e7a66fe5731203a0339c68944775e20cdf;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 70497 via svnmerge ........ r70497 | mark.dickinson | 2009-03-21 10:26:31 +0000 (Sat, 21 Mar 2009) | 6 lines - Issue #5463: In struct module, remove deprecated overflow wrapping when packing an integer: for example, struct.pack('=L', -1) now raises struct.error instead of returning b'\xff\xff\xff\xff'. Thanks Andreas Schawo for the patch. ........ ---