diff --git a/Lib/zipfile.py b/Lib/zipfile.py index a50a4583361..e2ede459405 100644 --- a/Lib/zipfile.py +++ b/Lib/zipfile.py @@ -1110,7 +1110,7 @@ def writestr(self, zinfo_or_arcname, bytes): 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 -----------------