From: Gregory P. Smith Date: Fri, 26 Jun 2009 08:13:29 +0000 (+0000) Subject: Merged revisions 73566 via svnmerge from X-Git-Tag: 3.0~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=06c7ca30409557d2f0ca75fb950d8d7ce932541e;p=thirdparty%2FPython%2Fcpython.git Merged revisions 73566 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r73566 | gregory.p.smith | 2009-06-26 01:05:13 -0700 (Fri, 26 Jun 2009) | 14 lines Merged revisions 73565 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r73565 | gregory.p.smith | 2009-06-26 00:50:21 -0700 (Fri, 26 Jun 2009) | 2 lines Fixes the last problem mentioned in issue1202. ........ ................ --- diff --git a/Lib/zipfile.py b/Lib/zipfile.py index d2911e1184e4..d50553e06e24 100644 --- a/Lib/zipfile.py +++ b/Lib/zipfile.py @@ -1119,7 +1119,7 @@ class ZipFile: self.fp.flush() if zinfo.flag_bits & 0x08: # Write CRC and file sizes after the file data - self.fp.write(struct.pack(" 2**31-1. Extension Modules -----------------