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 Thomas.Waldmann
Recipients Thomas.Waldmann, alanmcintyre, serhiy.storchaka, twouters
Date 2016-10-20.22:35:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477002923.24.0.629186410253.issue28494@psf.upfronthosting.co.za>
In-reply-to
Content
Note: checking the first bytes of the file (PK..) might be another option.

But this has the "problem" that a self-extracting zip starts with an executable that has different first bytes.

So whether this is an option or not depends on whether is_zipfile() should return truish for self-extracting ZIP files.
History
Date User Action Args
2016-10-20 22:35:23Thomas.Waldmannsetrecipients: + Thomas.Waldmann, twouters, alanmcintyre, serhiy.storchaka
2016-10-20 22:35:23Thomas.Waldmannsetmessageid: <1477002923.24.0.629186410253.issue28494@psf.upfronthosting.co.za>
2016-10-20 22:35:23Thomas.Waldmannlinkissue28494 messages
2016-10-20 22:35:23Thomas.Waldmanncreate