[issue21417] Compression level for zipfile

2018-02-26 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: This makes sense to me. Thank you for explanation. -- ___ Python tracker ___

[issue21417] Compression level for zipfile

2018-02-26 Thread Gregory P. Smith
Gregory P. Smith added the comment: keeping the conversation in one place, the code review comment was: "I've prefixed this with an underscore because it's not exposed when reading back. ZipInfo has another "private" attribute, _raw_time" compresslevel is documented on the

[issue21417] Compression level for zipfile

2018-02-26 Thread bbayles
bbayles added the comment: I made a comment about that in the pull request that went unchallenged ([1]), but I'm happy to change it. [1] https://github.com/python/cpython/pull/5385#pullrequestreview-92055354 -- ___ Python

[issue21417] Compression level for zipfile

2018-02-26 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I have a concern about the _compresslevel attribute of ZipInfo. Why is it underscored and not documented? -- nosy: +serhiy.storchaka ___ Python tracker

[issue21417] Compression level for zipfile

2018-01-29 Thread Gregory P. Smith
Change by Gregory P. Smith : -- resolution: -> fixed stage: patch review -> commit review status: open -> closed versions: +Python 3.7 -Python 3.5 ___ Python tracker

[issue21417] Compression level for zipfile

2018-01-29 Thread Gregory P. Smith
Gregory P. Smith added the comment: New changeset ce237c7d58ba207575cdfb0195a58a6407fbf717 by Gregory P. Smith (Bo Bayles) in branch 'master': bpo-21417: Add compresslevel= to the zipfile module (GH-5385)

[issue21417] Compression level for zipfile

2018-01-28 Thread bbayles
Change by bbayles : -- keywords: +patch pull_requests: +5222 stage: needs patch -> patch review ___ Python tracker ___

[issue21417] Compression level for zipfile

2018-01-28 Thread bbayles
Change by bbayles : -- nosy: +bbayles ___ Python tracker ___ ___ Python-bugs-list mailing

[issue21417] Compression level for zipfile

2016-08-13 Thread Justin Foo
Justin Foo added the comment: I thought about that, but: 1. compresslevel=None might make look like no compression was being done at all 2. The current default is not 9 for all backends -- ___ Python tracker

[issue21417] Compression level for zipfile

2016-08-13 Thread Decorater
Decorater added the comment: Yes, it would make sence or better yet have a arg that is optional that if not set make it = ``9``. -- nosy: +Decorater ___ Python tracker

[issue21417] Compression level for zipfile

2016-08-13 Thread Justin Foo
Justin Foo added the comment: Would compresslevel be a suitable argument? All the backend compressors accept values from 1 to 9 if I'm not mistaken. -- nosy: +jfoo ___ Python tracker

[issue21417] Compression level for zipfile

2015-06-24 Thread Jens Diemer
Changes by Jens Diemer bugs.python@jensdiemer.de: -- nosy: +jens ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21417 ___ ___ Python-bugs-list

[issue21417] Compression level for zipfile

2015-06-24 Thread Jens Diemer
Jens Diemer added the comment: btw. hacked work-a-round is: zlib.Z_DEFAULT_COMPRESSION = 9 -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21417 ___

[issue21417] Compression level for zipfile

2015-01-23 Thread Florian Berger
Changes by Florian Berger fber...@florian-berger.de: -- nosy: +fberger ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21417 ___ ___

[issue21417] Compression level for zipfile

2014-10-17 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- nosy: +berker.peksag ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21417 ___ ___

[issue21417] Compression level for zipfile

2014-05-02 Thread Sworddragon
New submission from Sworddragon: This is a fork from this ticket: http://bugs.python.org/issue21404 tarfile has a compression level and seems to get now the missing documentation for it. But there is still a compression level missing for zipfile. -- components: Library (Lib) messages:

[issue21417] Compression level for zipfile

2014-05-02 Thread Sworddragon
Changes by Sworddragon sworddrag...@aol.com: -- type: - enhancement ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21417 ___ ___ Python-bugs-list

[issue21417] Compression level for zipfile

2014-05-02 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- nosy: +alanmcintyre stage: - needs patch versions: +Python 3.5 -Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21417 ___