commit | 19e568d254bea8202703302d0ada9bc93f99331a | [log] [tgz] |
---|---|---|
author | Nadeem Vawda <nadeem.vawda@gmail.com> | Sun Nov 11 14:04:14 2012 +0100 |
committer | Nadeem Vawda <nadeem.vawda@gmail.com> | Sun Nov 11 14:04:14 2012 +0100 |
tree | 74dfb24f4c4a14b1f4ed963a22df688bc1f13abc | |
parent | 12489d98e692717a93694644dac4975d54106178 [diff] |
Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. Patch by Brian Brazil.
diff --git a/Misc/NEWS b/Misc/NEWS index cdc96b8..4fc124d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -714,6 +714,9 @@ 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.