[Python-checkins] cpython (merge 3.3 -> default): Merge from 3.3: update the PyPI docs regarding listing versions (issue #16400).

chris.jerdonek python-checkins at python.org
Wed Nov 14 21:32:53 CET 2012


http://hg.python.org/cpython/rev/e4175daac740
changeset:   80433:e4175daac740
parent:      80430:75e9c5b6bb1b
parent:      80432:ec037316a445
user:        Chris Jerdonek <chris.jerdonek at gmail.com>
date:        Wed Nov 14 12:28:38 2012 -0800
summary:
  Merge from 3.3: update the PyPI docs regarding listing versions (issue #16400).

files:
  Doc/distutils/packageindex.rst |  6 +++---
  Misc/NEWS                      |  3 +++
  2 files changed, 6 insertions(+), 3 deletions(-)


diff --git a/Doc/distutils/packageindex.rst b/Doc/distutils/packageindex.rst
--- a/Doc/distutils/packageindex.rst
+++ b/Doc/distutils/packageindex.rst
@@ -43,9 +43,9 @@
 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:
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -373,6 +373,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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list