summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNadeem Vawda <nadeem.vawda@gmail.com>2012-11-11 13:04:14 (GMT)
committerNadeem Vawda <nadeem.vawda@gmail.com>2012-11-11 13:04:14 (GMT)
commit19e568d254bea8202703302d0ada9bc93f99331a (patch)
tree74dfb24f4c4a14b1f4ed963a22df688bc1f13abc /Misc/NEWS
parent12489d98e692717a93694644dac4975d54106178 (diff)
downloadcpython-19e568d254bea8202703302d0ada9bc93f99331a.zip
cpython-19e568d254bea8202703302d0ada9bc93f99331a.tar.gz
cpython-19e568d254bea8202703302d0ada9bc93f99331a.tar.bz2
Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'.
Patch by Brian Brazil.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cdc96b8..4fc124d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -714,6 +714,9 @@ Tools/Demos
Documentation
-------------
+- Issue #15677: Document that zlib and gzip accept a compression level of 0 to
+ mean 'no compression'. Patch by Brian Brazil.
+
- Issue #8040: added a version switcher to the documentation. Patch by
Yury Selivanov.