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 alanmcintyre
Recipients alanmcintyre
Date 2008-01-06.22:40:15
SpamBayes Score 0.0037681896
Marked as misclassified No
Message-id <1199659217.24.0.18704559865.issue1746@psf.upfronthosting.co.za>
In-reply-to
Content
The current behavior of zipfile._EndRecData is to look in the last 4k of
data in a file if it appears it might have an archive comment; this
results in flagging proper ZIP files with comments longer than ~4074
bytes as "not a ZIP file."

I plan on posting a patch for this later, but figured this should be
documented in case I don't get around to it.
History
Date User Action Args
2008-01-06 22:40:17alanmcintyresetspambayes_score: 0.00376819 -> 0.0037681896
recipients: + alanmcintyre
2008-01-06 22:40:17alanmcintyresetspambayes_score: 0.00376819 -> 0.00376819
messageid: <1199659217.24.0.18704559865.issue1746@psf.upfronthosting.co.za>
2008-01-06 22:40:16alanmcintyrelinkissue1746 messages
2008-01-06 22:40:15alanmcintyrecreate