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 2015年06月24日 10:17 by FrostyX, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| idiomatic-gzip.diff | FrostyX, 2015年06月24日 10:17 | |||
| Messages (4) | |||
|---|---|---|---|
| msg245729 - (view) | Author: Jakub Kadlčík (FrostyX) * | Date: 2015年06月24日 10:17 | |
Hello, I think there are awesome example code snippets in gzip documentation. No doubt, they helped me a lot. The only problem is that they are not idiomatic. They look like C more than Python. I suggest following patch |
|||
| msg245730 - (view) | Author: Martin Panter (martin.panter) * (Python committer) | Date: 2015年06月24日 11:04 | |
It looks like this is for Python 2. I agree with the change, but I suggest back-porting revisions 35c53e7e2280, a01992e219c0 and ae1528beae67 (Issue 21146) instead, to match the Python 3 documentation. |
|||
| msg245831 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2015年06月25日 20:56 | |
New changeset 10eea15880db by Berker Peksag in branch '2.7': Issue #24496: Backport gzip examples to Python 2. https://hg.python.org/cpython/rev/10eea15880db |
|||
| msg245832 - (view) | Author: Berker Peksag (berker.peksag) * (Python committer) | Date: 2015年06月25日 20:59 | |
Thanks for the patch, Jakub. I've updated the patch to match ae1528beae67 (thanks Martin) and commit it. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:18 | admin | set | github: 68684 |
| 2015年06月25日 20:59:41 | berker.peksag | set | status: open -> closed nosy: + berker.peksag messages: + msg245832 resolution: fixed stage: resolved |
| 2015年06月25日 20:56:50 | python-dev | set | nosy:
+ python-dev messages: + msg245831 |
| 2015年06月24日 11:04:22 | martin.panter | set | nosy:
+ martin.panter messages: + msg245730 versions: + Python 2.7 |
| 2015年06月24日 10:17:12 | FrostyX | create | |