From: Mark Dickinson Date: Tue, 7 Jul 2009 15:09:03 +0000 (+0000) Subject: Blocked revisions 73891 via svnmerge X-Git-Tag: v2.6.3rc1~161 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ac0711dc9551af6d94f3905cbc599e9f71284427;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 73891 via svnmerge ........ r73891 | mark.dickinson | 2009-07-07 16:08:28 +0100 (Tue, 07 Jul 2009) | 3 lines Issue #1523: Remove deprecated overflow masking in struct module, and make sure that out-of-range values consistently raise struct.error. ........ ---