[issue23596] gzip argparse interface

Antony Lee report at bugs.python.org
Fri Mar 6 01:54:31 CET 2015


New submission from Antony Lee:

The attached patch reimplements gzip's already existing command-line interface using argparse, both to provide command-line help and to avoid manual argument parsing.

----------
components: Library (Lib)
files: gzip-argparse-cli.patch
keywords: patch
messages: 237315
nosy: Antony.Lee
priority: normal
severity: normal
status: open
title: gzip argparse interface
versions: Python 3.5
Added file: http://bugs.python.org/file38353/gzip-argparse-cli.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23596>
_______________________________________


More information about the Python-bugs-list mailing list