This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author chris.jerdonek
Recipients chris.jerdonek, eric.araujo, loewis, tarek
Date 2012-11-04.09:57:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352023055.39.0.262942434831.issue16400@psf.upfronthosting.co.za>
In-reply-to
Content
There is a mismatch between what PyPI and the docs say regarding listing versions of packages on PyPI.

The current docs say, "By default PyPI will list all versions of a given package."

(from http://docs.python.org/3.4/distutils/packageindex.html )

However, PyPI says (and behaves) the opposite way, "By default, each new release will hide all other release from the regular display."

(from the "releases" management page of a project)
History
Date User Action Args
2012-11-04 09:57:35chris.jerdoneksetrecipients: + chris.jerdonek, loewis, tarek, eric.araujo
2012-11-04 09:57:35chris.jerdoneksetmessageid: <1352023055.39.0.262942434831.issue16400@psf.upfronthosting.co.za>
2012-11-04 09:57:35chris.jerdoneklinkissue16400 messages
2012-11-04 09:57:34chris.jerdonekcreate