This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author proppy
Recipients ezio.melotti, proppy
Date 2011-05-05.12:11:42
SpamBayes Score 0.0055049737
Marked as misclassified No
Message-id <1304597503.74.0.837823439154.issue11981@psf.upfronthosting.co.za>
In-reply-to
Content
I just find it while reading the source, for fixing #11980

zinfo.header_offset is only read in self._write_check, and it seems to me that no file operation are performed on self.fp between the two call. So I can't see see how it could different.

Also the tests suite still pass after removing the second one :)

Let me know if you want me to do more investigation.
History
Date User Action Args
2011-05-05 12:11:43proppysetrecipients: + proppy, ezio.melotti
2011-05-05 12:11:43proppysetmessageid: <1304597503.74.0.837823439154.issue11981@psf.upfronthosting.co.za>
2011-05-05 12:11:43proppylinkissue11981 messages
2011-05-05 12:11:42proppycreate