[Python-bugs-list] [ python-Bugs-669036 ] zipimport doesn't support prepended junk

SourceForge.net noreply@sourceforge.net
Thu, 16 Jan 2003 05:15:43 -0800


Bugs item #669036, was opened at 2003-01-16 14:15
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=669036&group_id=5470

Category: Python Library
Group: Python 2.3
Status: Open
Resolution: None
Priority: 6
Submitted By: Just van Rossum (jvr)
Assigned to: Just van Rossum (jvr)
Summary: zipimport doesn't support prepended junk

Initial Comment:
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.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=669036&group_id=5470