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: Enhanced zip-import
Type: Stage:
Components: None Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: theller Nosy List: theller
Priority: normal Keywords: patch

Created on 2003-07-22 13:39 by theller, last changed 2022-04-10 16:10 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
zipimport.c.diff theller, 2003-07-22 13:39 Patch for Modules/zipimport.c
Messages (2)
msg44338 - (view) Author: Thomas Heller (theller) * (Python committer) Date: 2003-07-22 13:39
This patch allows importing from files which contain a
zip-archive at the end, but contain other things as
well (an exe-stub, for example).
Would be really nice if this can still make it into
Python 2.3, although it's probably too late =:)
msg44339 - (view) Author: Thomas Heller (theller) * (Python committer) Date: 2003-07-22 18:12
Logged In: YES 
user_id=11105

I added a test case, and updated Misc/NEWS.
Checked in as:

committed   * Up-To-Date  1.10        Lib/test/test_zipimport.py
committed   * Up-To-Date  1.824       Misc/NEWS
committed   * Up-To-Date  1.16        Modules/zipimport.c
History
Date User Action Args
2022-04-10 16:10:07adminsetgithub: 38901
2003-07-22 13:39:46thellercreate