From: Mark Dickinson Date: Tue, 7 Jul 2009 14:18:33 +0000 (+0000) Subject: Blocked revisions 73888 via svnmerge X-Git-Tag: v3.2a1~2866 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a962d3cb19478b672c87fa94ff3d55ec8fafd4de;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 73888 via svnmerge ........ r73888 | mark.dickinson | 2009-07-07 15:15:45 +0100 (Tue, 07 Jul 2009) | 3 lines Expand test coverage for struct.pack with native integer packing; reorganize the test_struct module to remove duplicated code and tests. ........ ---