Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update default PyPI behavior in docs re: listing versions #60604

Closed
cjerdonek opened this issue Nov 4, 2012 · 8 comments
Closed

update default PyPI behavior in docs re: listing versions #60604

cjerdonek opened this issue Nov 4, 2012 · 8 comments
Assignees
Labels
docs Documentation in the Doc dir easy stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@cjerdonek
Copy link
Member

BPO 16400
Nosy @loewis, @tarekziade, @ezio-melotti, @merwok, @cjerdonek
Files
  • issue-16400-1-default.patch
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/merwok'
    closed_at = <Date 2012-11-14.20:44:29.895>
    created_at = <Date 2012-11-04.09:57:35.305>
    labels = ['easy', 'type-bug', 'library', 'docs']
    title = 'update default PyPI behavior in docs re: listing versions'
    updated_at = <Date 2013-08-10.14:38:32.357>
    user = 'https://github.com/cjerdonek'

    bugs.python.org fields:

    activity = <Date 2013-08-10.14:38:32.357>
    actor = 'python-dev'
    assignee = 'eric.araujo'
    closed = True
    closed_date = <Date 2012-11-14.20:44:29.895>
    closer = 'chris.jerdonek'
    components = ['Distutils', 'Documentation']
    creation = <Date 2012-11-04.09:57:35.305>
    creator = 'chris.jerdonek'
    dependencies = []
    files = ['27945']
    hgrepos = []
    issue_num = 16400
    keywords = ['patch', 'easy']
    message_count = 8.0
    messages = ['174769', '175292', '175575', '175578', '175588', '175589', '194793', '194795']
    nosy_count = 6.0
    nosy_names = ['loewis', 'tarek', 'ezio.melotti', 'eric.araujo', 'chris.jerdonek', 'python-dev']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue16400'
    versions = ['Python 2.7', 'Python 3.2', 'Python 3.3', 'Python 3.4']

    @cjerdonek
    Copy link
    Member Author

    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)

    @cjerdonek cjerdonek added stdlib Python modules in the Lib dir docs Documentation in the Doc dir easy type-bug An unexpected behavior, bug, or error labels Nov 4, 2012
    @cjerdonek
    Copy link
    Member Author

    Attaching a proposed patch.

    @cjerdonek
    Copy link
    Member Author

    Martin, can you confirm that PyPI's behavior is as described in the patch?

    @loewis
    Copy link
    Mannequin

    loewis mannequin commented Nov 14, 2012

    +1, that's all correct.

    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Nov 14, 2012

    New changeset 2d266ce80712 by Chris Jerdonek in branch '3.2':
    Update the description of which package versions PyPI displays (issue bpo-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 bpo-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 bpo-16400).
    http://hg.python.org/cpython/rev/e4175daac740

    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Nov 14, 2012

    New changeset 7db2a27c07be by Chris Jerdonek in branch '2.7':
    Backport from 3.2: update PyPI docs regarding listing versions (issue bpo-16400).
    http://hg.python.org/cpython/rev/7db2a27c07be

    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Aug 10, 2013

    New changeset dd0d751cc7f1 by Christian Heimes in branch 'default':
    Issue bpo-16400: Add command line option for isolated mode.
    http://hg.python.org/cpython/rev/dd0d751cc7f1

    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Aug 10, 2013

    New changeset 06c39789061e by Christian Heimes in branch 'default':
    typo, changeset dd0d751cc7f1 belongs to issue bpo-16499 not issue bpo-16400
    http://hg.python.org/cpython/rev/06c39789061e

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    docs Documentation in the Doc dir easy stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants