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 jvr
Recipients
Date 2003-01-16.13:15:43
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Zip archives may be appended to/prepended by arbitrary data, but this is not supported by zipimport. zipfile.py does support this.
Unfortunately there's a fair amount of offset juggling going on, so a fix is not completely straightforward. This should be fixed before 2.3a2.

zipimport *also* doesn't support Zip archives that have a comment attached at the end of the file, but this is less important IMO.
History
Date User Action Args
2007-08-23 14:10:08adminlinkissue669036 messages
2007-08-23 14:10:08admincreate