Update the description of which package versions PyPI displays (issue #16400).

This commit is contained in:
Chris Jerdonek 2012-11-14 12:12:30 -08:00
parent 3acc7ef1c5
commit f9e49eaefc
2 changed files with 6 additions and 3 deletions

View 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:

View file

@ -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.