]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update the description of which package versions PyPI displays (issue #16400).
authorChris Jerdonek <chris.jerdonek@gmail.com>
Wed, 14 Nov 2012 20:12:30 +0000 (12:12 -0800)
committerChris Jerdonek <chris.jerdonek@gmail.com>
Wed, 14 Nov 2012 20:12:30 +0000 (12:12 -0800)
Doc/distutils/packageindex.rst
Misc/NEWS

index 1498394481a21fe381c9746b65afb695b75242f4..9fc18c1b89e1f00a8652e0e702dbe4fca1097d63 100644 (file)
@@ -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:
index f797d9585c15d1824eb727478cd00ac9149ccd8e..3b36afc888538d6c0a23caab5b19290305424534 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -716,6 +716,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.