[Python-Dev] PEP 441 - Improving Python ZIP Application Support
Paul Moore
p.f.moore at gmail.com
Sun Feb 15 09:47:50 CET 2015
On 15 February 2015 at 08:14, Paul Moore <p.f.moore at gmail.com> wrote:
> Maybe it would be better to
> put something on PyPI and let it develop outside the stdlib first?
The only place where a ".pyz" file can't easily be manipulated with
the stdlib zipfile module is in writing a shebang line to the start of
the archive (i.e. adding "prefix" bytes before the start of the
zipfile data). It would be nice if the ZipFile class supported this
(because to do it properly you need access to the file object that the
ZipFile object wraps). Would it be reasonable to add methods to the
ZipFile class to read and write the prefix data?
Paul
More information about the Python-Dev
mailing list