[New-bugs-announce] [issue31638] zipapp module should support compression

Zhiming Wang report at bugs.python.org
Fri Sep 29 07:12:16 EDT 2017


New submission from Zhiming Wang <zmwangx at gmail.com>:

Currently (up to 3.7.0a1) archives generated by the zipapp module are uncompressed, which are unnecessarily large for large projects. It's easy to add deflate compression support, and Python loads compressed archives just fine.

I already have a patch available. I'll submit a PR soon.

----------
components: Library (Lib)
messages: 303323
nosy: zmwangx
priority: normal
severity: normal
status: open
title: zipapp module should support compression
type: enhancement
versions: Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31638>
_______________________________________


More information about the New-bugs-announce mailing list