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

cmp() function erroneously noted as gone in "What's New" #48806

Closed
mwatkins mannequin opened this issue Dec 6, 2008 · 2 comments
Closed

cmp() function erroneously noted as gone in "What's New" #48806

mwatkins mannequin opened this issue Dec 6, 2008 · 2 comments
Assignees
Labels
docs Documentation in the Doc dir

Comments

@mwatkins
Copy link
Mannequin

mwatkins mannequin commented Dec 6, 2008

BPO 4556
Nosy @gvanrossum, @birkenfeld
Superseder
  • bpo-1717: Get rid of more references to cmp
  • 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/gvanrossum'
    closed_at = <Date 2008-12-06.08:15:05.062>
    created_at = <Date 2008-12-06.01:58:01.387>
    labels = ['docs']
    title = 'cmp() function erroneously noted as gone in "What\'s New"'
    updated_at = <Date 2008-12-06.08:15:05.034>
    user = 'https://bugs.python.org/mwatkins'

    bugs.python.org fields:

    activity = <Date 2008-12-06.08:15:05.034>
    actor = 'georg.brandl'
    assignee = 'gvanrossum'
    closed = True
    closed_date = <Date 2008-12-06.08:15:05.062>
    closer = 'georg.brandl'
    components = ['Documentation']
    creation = <Date 2008-12-06.01:58:01.387>
    creator = 'mwatkins'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 4556
    keywords = []
    message_count = 2.0
    messages = ['77093', '77104']
    nosy_count = 3.0
    nosy_names = ['gvanrossum', 'georg.brandl', 'mwatkins']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = '1717'
    type = None
    url = 'https://bugs.python.org/issue4556'
    versions = ['Python 3.0']

    @mwatkins
    Copy link
    Mannequin Author

    mwatkins mannequin commented Dec 6, 2008

    What's new in 3.0 documentation says cmp() function is gone, yet it
    isn't:

    >>> sys.version_info; cmp(1,1); cmp(1,2); cmp(2,1)
    (3, 0, 0, 'final', 0)
    0
    -1
    1

    @mwatkins mwatkins mannequin assigned birkenfeld Dec 6, 2008
    @mwatkins mwatkins mannequin added the docs Documentation in the Doc dir label Dec 6, 2008
    @birkenfeld
    Copy link
    Member

    This can be seen as a reminder for bpo-1717.

    I've "fixed" the whatsnew in r67606.

    @birkenfeld birkenfeld assigned gvanrossum and unassigned birkenfeld Dec 6, 2008
    @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
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants