commit | 080123119d55b24a91d07efe944d3ce7dc57afe6 | [log] [tgz] |
---|---|---|
author | Chris Jerdonek <chris.jerdonek@gmail.com> | Wed Nov 14 12:36:53 2012 -0800 |
committer | Chris Jerdonek <chris.jerdonek@gmail.com> | Wed Nov 14 12:36:53 2012 -0800 |
tree | 3198b6e2172c2139973a0fae469b2928cc159244 | |
parent | 9e173ebde29fa3586c94d5bf0570547bca851ea9 [diff] [blame] |
Backport from 3.2: update PyPI docs regarding listing versions (issue #16400).
diff --git a/Misc/NEWS b/Misc/NEWS index 6f1d66e..c96ea91 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -558,6 +558,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.