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 theller
Recipients Dima.Tisnek, brett.cannon, dsamersoff, eric.snow, georg.brandl, grubert, ncoghlan, rfk, terry.reedy, theller
Date 2014-05-28.11:26:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401276421.36.0.495835885811.issue5950@psf.upfronthosting.co.za>
In-reply-to
Content
> As for progress, the answer is no as the hope is to eventually replace
> zipimport with something in pure Python thanks to importlib.

Does this mean there is no chance to put this into 3.4 and 3.3, do we really have to wait until 3.5 with it's pure-python zipimport?

I (together with the py2exe-users) have the same usecase as Ryan Kelly in msg110014:

> I want to digitally sign a frozen python program with appended zipfile,
> which involves appending the signature to the EXE.  Simple to do if
> only zipimport would support appended comments.
History
Date User Action Args
2014-05-28 11:27:01thellersetrecipients: + theller, brett.cannon, georg.brandl, terry.reedy, ncoghlan, grubert, rfk, dsamersoff, eric.snow, Dima.Tisnek
2014-05-28 11:27:01thellersetmessageid: <1401276421.36.0.495835885811.issue5950@psf.upfronthosting.co.za>
2014-05-28 11:27:01thellerlinkissue5950 messages
2014-05-28 11:26:59thellercreate