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

operator documentation mixup #62149

Closed
mjpieters mannequin opened this issue May 10, 2013 · 3 comments
Closed

operator documentation mixup #62149

mjpieters mannequin opened this issue May 10, 2013 · 3 comments
Assignees
Labels
docs Documentation in the Doc dir type-feature A feature request or enhancement

Comments

@mjpieters
Copy link
Mannequin

mjpieters mannequin commented May 10, 2013

BPO 17949
Nosy @mjpieters, @ezio-melotti
Files
  • operator_documentation_fix.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/ezio-melotti'
    closed_at = <Date 2013-05-10.16:57:50.401>
    created_at = <Date 2013-05-10.16:26:22.268>
    labels = ['type-feature', 'docs']
    title = 'operator documentation mixup'
    updated_at = <Date 2013-05-10.16:57:50.400>
    user = 'https://github.com/mjpieters'

    bugs.python.org fields:

    activity = <Date 2013-05-10.16:57:50.400>
    actor = 'ezio.melotti'
    assignee = 'ezio.melotti'
    closed = True
    closed_date = <Date 2013-05-10.16:57:50.401>
    closer = 'ezio.melotti'
    components = ['Documentation']
    creation = <Date 2013-05-10.16:26:22.268>
    creator = 'mjpieters'
    dependencies = []
    files = ['30198']
    hgrepos = []
    issue_num = 17949
    keywords = ['patch']
    message_count = 3.0
    messages = ['188846', '188849', '188850']
    nosy_count = 4.0
    nosy_names = ['mjpieters', 'ezio.melotti', 'docs@python', 'python-dev']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue17949'
    versions = ['Python 2.7']

    @mjpieters
    Copy link
    Mannequin Author

    mjpieters mannequin commented May 10, 2013

    Rev 83684 (http://hg.python.org/cpython/rev/5885c02120f0) managed to move the attrgetter() versionadded and versionchanged notes down to the itemgetter() documentation instead, by moving the itemgetter() signature up above these lines.

    Now the docs claim itemgetter() gained support for dotted attributes in version 2.6, which makes no sense, and there is another set of added and changed notes lower down in the same section.

    This patch puts the itemgetter() signature back in the correct location.

    @mjpieters mjpieters mannequin assigned docspython May 10, 2013
    @mjpieters mjpieters mannequin added the docs Documentation in the Doc dir label May 10, 2013
    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented May 10, 2013

    New changeset 9c93a631e95a by Ezio Melotti in branch '2.7':
    bpo-17949: fix merge glitch in itemgetter signature. Patch by Martijn Pieters.
    http://hg.python.org/cpython/rev/9c93a631e95a

    @ezio-melotti
    Copy link
    Member

    Fixed, thanks for the report and the patch!

    @ezio-melotti ezio-melotti added the type-feature A feature request or enhancement label May 10, 2013
    @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 type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant