summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2018-10-13-07-46-50.bpo-34969.Mfnhjb.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2018-10-13-07-46-50.bpo-34969.Mfnhjb.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2018-10-13-07-46-50.bpo-34969.Mfnhjb.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-10-13-07-46-50.bpo-34969.Mfnhjb.rst b/Misc/NEWS.d/next/Library/2018-10-13-07-46-50.bpo-34969.Mfnhjb.rst
deleted file mode 100644
index e3b7132..0000000
--- a/Misc/NEWS.d/next/Library/2018-10-13-07-46-50.bpo-34969.Mfnhjb.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-gzip: Add --fast, --best on the gzip CLI, these parameters will be used for the
-fast compression method (quick) or the best method compress (slower, but smaller
-file). Also, change the default compression level to 6 (tradeoff).