[Python-Dev] PEP 441 - Improving Python ZIP Application Support
Serhiy Storchaka
storchaka at gmail.com
Sun Feb 15 19:45:00 CET 2015
On 15.02.15 18:21, Thomas Wouters wrote:
> which requires that extension modules are stored uncompressed (simple)
> and page-aligned (harder, as the zipfile.ZipFile class doesn't directly
> support page-aligning anything
It is possible to add this feature to ZipFile. It can be useful because
will allow to mmap uncompressed files in ZIP file.
More information about the Python-Dev
mailing list