diff options
author | Stéphane Wirtel <stephane@wirtel.be> | 2018-10-10 06:28:26 (GMT) |
---|---|---|
committer | Julien Palard <julien@palard.fr> | 2018-10-10 06:28:26 (GMT) |
commit | 7c817e620be9013466d4dd008a2f1dbffcf7517e (patch) | |
tree | 773f0a3081eb04f601e5a8fba5eb48b730e26000 /Misc | |
parent | e8bbc52debfd1b28517946d65db257e6b6d92e29 (diff) | |
download | cpython-7c817e620be9013466d4dd008a2f1dbffcf7517e.zip cpython-7c817e620be9013466d4dd008a2f1dbffcf7517e.tar.gz cpython-7c817e620be9013466d4dd008a2f1dbffcf7517e.tar.bz2 |
bpo-34913: Document gzip command line interface (GH-9782)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2018-10-10-00-34-08.bpo-34913.kVd1Fv.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2018-10-10-00-34-08.bpo-34913.kVd1Fv.rst b/Misc/NEWS.d/next/Documentation/2018-10-10-00-34-08.bpo-34913.kVd1Fv.rst new file mode 100644 index 0000000..e8a1176 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2018-10-10-00-34-08.bpo-34913.kVd1Fv.rst @@ -0,0 +1 @@ +Add documentation about the new command line interface of the gzip module. |