Re: [Python-Dev] PEP 441 - Improving Python ZIP Application Support

2015年2月15日 10:46:37 -0800

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.
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to