diff options
author | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-11-14 12:12:30 -0800 |
---|---|---|
committer | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-11-14 12:12:30 -0800 |
commit | f9e49eaefc9af96a7e73356d697055bb72e97012 (patch) | |
tree | a1b2cedcfd566c2d19566813605b2af27aa669fb | |
parent | 3acc7ef1c5f9eb7cc4a56672ac2ee028c5522b61 (diff) | |
download | cpython-git-f9e49eaefc9af96a7e73356d697055bb72e97012.tar.gz |
Update the description of which package versions PyPI displays (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 1498394481..9fc18c1b89 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: @@ -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. |