commit | 04050b80b1d467737aa8c0192877fcc4cf72adc8 | [log] [tgz] |
---|---|---|
author | Nadeem Vawda <nadeem.vawda@gmail.com> | Sun Nov 11 13:52:10 2012 +0100 |
committer | Nadeem Vawda <nadeem.vawda@gmail.com> | Sun Nov 11 13:52:10 2012 +0100 |
tree | e0d9bbe0b77b2665ba10ba2096b564862f3a7b6e | |
parent | c3197254acdbf2d9b8a86b68441b9b07fc85d0a4 [diff] [blame] |
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 96c8614..d5a048e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -556,6 +556,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.