Thomas Heller added the comment:

> 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.

----------
nosy: +theller

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue5950>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to