[New-bugs-announce] [issue34913] Document gzip command line interface

Karthikeyan Singaravelan report at bugs.python.org
Sat Oct 6 03:06:04 EDT 2018


New submission from Karthikeyan Singaravelan <tir.karthi at gmail.com>:

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.

----------
assignee: docs at python
components: Documentation
messages: 327230
nosy: docs at python, xtreak
priority: normal
severity: normal
status: open
title: Document gzip command line interface
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34913>
_______________________________________


More information about the New-bugs-announce mailing list