Issue 34913: Document gzip command line interface (original) (raw)

Issue34913

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 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 -> closedresolution: fixedstage: patch review -> resolved
2018-10-10 06:28:32 mdk set nosy: + mdkmessages: +
2018-10-09 22:59:25 matrixise set keywords: + patchstage: patch reviewpull_requests: + <pull%5Frequest9168>
2018-10-06 07:06:04 xtreak create