This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2012年08月15日 20:35 by sandro.tosi, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| issue15677.patch | bbrazil, 2012年09月28日 11:48 | review | ||
| Messages (5) | |||
|---|---|---|---|
| msg168332 - (view) | Author: Sandro Tosi (sandro.tosi) * (Python committer) | Date: 2012年08月15日 20:35 | |
As reported at http://mail.python.org/pipermail/docs/2012-August/009837.html gzip/zlib allows for a compression level=0 (that's basically no compression) so the documentation should mention that possibility too. |
|||
| msg171443 - (view) | Author: Brian Brazil (bbrazil) * | Date: 2012年09月28日 11:48 | |
The attached patch fixes this. |
|||
| msg175334 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2012年11月11日 09:34 | |
LGTM. |
|||
| msg175363 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年11月11日 13:20 | |
New changeset 735ef27fa231 by Nadeem Vawda in branch '2.7': Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. http://hg.python.org/cpython/rev/735ef27fa231 New changeset f6c4c178da56 by Nadeem Vawda in branch '2.7': Issue #15677: Also fix docstrings in zlib module. http://hg.python.org/cpython/rev/f6c4c178da56 New changeset 9dde30690f44 by Nadeem Vawda in branch '3.2': Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. http://hg.python.org/cpython/rev/9dde30690f44 New changeset 0e48bf45313c by Nadeem Vawda in branch '3.3': Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. http://hg.python.org/cpython/rev/0e48bf45313c New changeset 21335c9fcec0 by Nadeem Vawda in branch 'default': Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. http://hg.python.org/cpython/rev/21335c9fcec0 |
|||
| msg175364 - (view) | Author: Nadeem Vawda (nadeem.vawda) * (Python committer) | Date: 2012年11月11日 13:25 | |
Committed. Thanks for the patch! |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:34 | admin | set | github: 59882 |
| 2012年11月11日 13:25:21 | nadeem.vawda | set | status: open -> closed type: enhancement messages: + msg175364 resolution: fixed stage: commit review -> resolved |
| 2012年11月11日 13:20:34 | python-dev | set | nosy:
+ python-dev messages: + msg175363 |
| 2012年11月11日 09:34:55 | serhiy.storchaka | set | versions:
+ Python 3.4 nosy: + serhiy.storchaka, nadeem.vawda messages: + msg175334 stage: needs patch -> commit review |
| 2012年09月28日 11:48:44 | bbrazil | set | files:
+ issue15677.patch nosy: + bbrazil messages: + msg171443 keywords: + patch |
| 2012年08月15日 20:35:22 | sandro.tosi | create | |