commit | f9e49eaefc9af96a7e73356d697055bb72e97012 | [log] [tgz] |
---|---|---|
author | Chris Jerdonek <chris.jerdonek@gmail.com> | Wed Nov 14 12:12:30 2012 -0800 |
committer | Chris Jerdonek <chris.jerdonek@gmail.com> | Wed Nov 14 12:12:30 2012 -0800 |
tree | a1b2cedcfd566c2d19566813605b2af27aa669fb | |
parent | 3acc7ef1c5f9eb7cc4a56672ac2ee028c5522b61 [diff] [blame] |
Update the description of which package versions PyPI displays (issue #16400).
diff --git a/Misc/NEWS b/Misc/NEWS index f797d95..3b36afc 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -716,6 +716,9 @@ Documentation ------------- +- Issue #16400: Update the description of which versions of a given package + PyPI displays. + - Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. Patch by Brian Brazil.