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.
Created on 2012年11月04日 09:57 by chris.jerdonek, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| issue-16400-1-default.patch | chris.jerdonek, 2012年11月10日 18:34 | review | ||
| Messages (8) | |||
|---|---|---|---|
| msg174769 - (view) | Author: Chris Jerdonek (chris.jerdonek) * (Python committer) | Date: 2012年11月04日 09:57 | |
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) |
|||
| msg175292 - (view) | Author: Chris Jerdonek (chris.jerdonek) * (Python committer) | Date: 2012年11月10日 18:34 | |
Attaching a proposed patch. |
|||
| msg175575 - (view) | Author: Chris Jerdonek (chris.jerdonek) * (Python committer) | Date: 2012年11月14日 16:59 | |
Martin, can you confirm that PyPI's behavior is as described in the patch? |
|||
| msg175578 - (view) | Author: Martin v. Löwis (loewis) * (Python committer) | Date: 2012年11月14日 17:21 | |
+1, that's all correct. |
|||
| msg175588 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年11月14日 20:32 | |
New changeset 2d266ce80712 by Chris Jerdonek in branch '3.2': Update the description of which package versions PyPI displays (issue #16400). http://hg.python.org/cpython/rev/2d266ce80712 New changeset ec037316a445 by Chris Jerdonek in branch '3.3': Merge from 3.2: update the PyPI docs regarding listing versions (issue #16400). http://hg.python.org/cpython/rev/ec037316a445 New changeset e4175daac740 by Chris Jerdonek in branch 'default': Merge from 3.3: update the PyPI docs regarding listing versions (issue #16400). http://hg.python.org/cpython/rev/e4175daac740 |
|||
| msg175589 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年11月14日 20:39 | |
New changeset 7db2a27c07be by Chris Jerdonek in branch '2.7': Backport from 3.2: update PyPI docs regarding listing versions (issue #16400). http://hg.python.org/cpython/rev/7db2a27c07be |
|||
| msg194793 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2013年08月10日 14:36 | |
New changeset dd0d751cc7f1 by Christian Heimes in branch 'default': Issue #16400: Add command line option for isolated mode. http://hg.python.org/cpython/rev/dd0d751cc7f1 |
|||
| msg194795 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2013年08月10日 14:38 | |
New changeset 06c39789061e by Christian Heimes in branch 'default': typo, changeset dd0d751cc7f1 belongs to issue #16499 not issue #16400 http://hg.python.org/cpython/rev/06c39789061e |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:38 | admin | set | github: 60604 |
| 2013年08月10日 14:38:32 | python-dev | set | messages: + msg194795 |
| 2013年08月10日 14:36:27 | python-dev | set | messages: + msg194793 |
| 2012年11月14日 20:44:29 | chris.jerdonek | set | status: open -> closed resolution: fixed stage: resolved |
| 2012年11月14日 20:39:07 | python-dev | set | messages: + msg175589 |
| 2012年11月14日 20:32:49 | python-dev | set | nosy:
+ python-dev messages: + msg175588 |
| 2012年11月14日 17:21:09 | loewis | set | messages: + msg175578 |
| 2012年11月14日 16:59:35 | chris.jerdonek | set | messages: + msg175575 |
| 2012年11月10日 18:34:28 | chris.jerdonek | set | files:
+ issue-16400-1-default.patch nosy: + ezio.melotti messages: + msg175292 keywords: + patch |
| 2012年11月04日 09:57:35 | chris.jerdonek | create | |