[issue19894] zipfile ignores deflate level settings in zipinfo object

2018-02-25 Thread bbayles
bbayles added the comment: This was fixed in issue 21417, in Github PR 5385: https://github.com/python/cpython/pull/5385 -- nosy: +bbayles ___ Python tracker

[issue19894] zipfile ignores deflate level settings in zipinfo object

2015-06-24 Thread Jens Diemer
Jens Diemer added the comment: IMHO it should be possible to set compression level not only for DEFLATE. And it should be similar with the tarfile API. Seems that http://bugs.python.org/issue21417 will cover this. -- nosy: +jens ___ Python tracker

[issue19894] zipfile ignores deflate level settings in zipinfo object

2013-12-17 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: This is new feature and can be added only in 3.5. -- assignee: docs@python - components: -Documentation, Tests stage: patch review - needs patch type: behavior - enhancement versions: +Python 3.5 -Python 2.7 ___

[issue19894] zipfile ignores deflate level settings in zipinfo object

2013-12-05 Thread Richard Milne
New submission from Richard Milne: Reading the pkzip APPNOTE and the documentation for the zipfile module, I was under the impression that I could set the DEFLATE compression level, on a per-file basis, for each file added to an archive, by setting the appropriate bits in zipinfo.flag_bits.

[issue19894] zipfile ignores deflate level settings in zipinfo object

2013-12-05 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- nosy: +alanmcintyre, serhiy.storchaka stage: - patch review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19894 ___