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 2018年10月06日 07:06 by xtreak, last changed 2022年04月11日 14:59 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 9782 | merged | matrixise, 2018年10月09日 22:59 | |
| Messages (2) | |||
|---|---|---|---|
| msg327230 - (view) | Author: Karthikeyan Singaravelan (xtreak) * (Python committer) | Date: 2018年10月06日 07:06 | |
gzip supports command line interface with `python -m gzip` like zipfile and tarfile but there is no help available from the command line which can be covered when issue23596 is merged that uses argparse along with tests for which are also lacking at the moment. There can be at least docs about command line arguments at https://docs.python.org/3/library/gzip.html. Currently there is no way to know how the command line interface works for gzip without looking at the source code. |
|||
| msg327456 - (view) | Author: Julien Palard (mdk) * (Python committer) | Date: 2018年10月10日 06:28 | |
New changeset 7c817e620be9013466d4dd008a2f1dbffcf7517e by Julien Palard (Stéphane Wirtel) in branch 'master': bpo-34913: Document gzip command line interface (GH-9782) https://github.com/python/cpython/commit/7c817e620be9013466d4dd008a2f1dbffcf7517e |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:59:06 | admin | set | github: 79094 |
| 2018年10月10日 06:44:38 | mdk | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2018年10月10日 06:28:32 | mdk | set | nosy:
+ mdk messages: + msg327456 |
| 2018年10月09日 22:59:25 | matrixise | set | keywords:
+ patch stage: patch review pull_requests: + pull_request9168 |
| 2018年10月06日 07:06:04 | xtreak | create | |