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.

classification
Title: zipimport doesn't support prepended junk
Type: Stage:
Components: Library (Lib) Versions: Python 2.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: jvr Nosy List: jvr, theller
Priority: high Keywords:

Created on 2003-01-16 13:15 by jvr, last changed 2022-04-10 16:06 by admin. This issue is now closed.

Messages (2)
msg14102 - (view) Author: Just van Rossum (jvr) * (Python triager) Date: 2003-01-16 13:15
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.
msg14103 - (view) Author: Thomas Heller (theller) * (Python committer) Date: 2003-07-22 18:10
Logged In: YES 
user_id=11105

See sf #775637.
History
Date User Action Args
2022-04-10 16:06:08adminsetgithub: 37782
2003-01-16 13:15:43jvrcreate