diff options
author | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-11-14 20:28:38 (GMT) |
---|---|---|
committer | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-11-14 20:28:38 (GMT) |
commit | 5aa1dd5f065982dc3e534bbf0d60bd3e6019e712 (patch) | |
tree | 48866826e0050a6c6cc84c909e9a7e322cd59ca1 | |
parent | 6f7e81a549674802ee13a2a217974d57751ac111 (diff) | |
parent | 251269ccc8e6fac7e5f8ba89359cee8e6bdd5dfb (diff) | |
download | cpython-5aa1dd5f065982dc3e534bbf0d60bd3e6019e712.zip cpython-5aa1dd5f065982dc3e534bbf0d60bd3e6019e712.tar.gz cpython-5aa1dd5f065982dc3e534bbf0d60bd3e6019e712.tar.bz2 |
Merge from 3.3: update the PyPI docs regarding listing versions (issue #16400).
-rw-r--r-- | Doc/distutils/packageindex.rst | 6 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/Doc/distutils/packageindex.rst b/Doc/distutils/packageindex.rst index 1498394..9fc18c1 100644 --- a/Doc/distutils/packageindex.rst +++ b/Doc/distutils/packageindex.rst @@ -43,9 +43,9 @@ the web interface. They may also designate other users as Owners or Maintainers. Maintainers may edit the package information, but not designate other Owners or Maintainers. -By default PyPI will list all versions of a given package. To hide certain -versions, the Hidden property should be set to yes. This must be edited through -the web interface. +By default PyPI displays only the newest version of a given package. The web +interface lets one change this default behavior and manually select which +versions to display and hide. .. _pypirc: @@ -373,6 +373,9 @@ Tools/Demos 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. |