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

Add multisort recipe to sorting docs #79201

Closed
tirkarthi opened this issue Oct 18, 2018 · 2 comments
Closed

Add multisort recipe to sorting docs #79201

tirkarthi opened this issue Oct 18, 2018 · 2 comments
Assignees
Labels
3.7 (EOL) end of life 3.8 only security fixes docs Documentation in the Doc dir type-feature A feature request or enhancement

Comments

@tirkarthi
Copy link
Member

BPO 35020
Nosy @tim-one, @rhettinger, @tirkarthi
PRs
  • bpo-35020: Link to sorting examples from list.sort() #9931
  • Remove ">>>" from testsetup. #10017
  • 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/rhettinger'
    closed_at = <Date 2018-10-20.21:40:18.999>
    created_at = <Date 2018-10-18.17:13:38.506>
    labels = ['3.8', 'type-feature', '3.7', 'docs']
    title = 'Add multisort recipe to sorting docs'
    updated_at = <Date 2018-10-20.23:46:09.642>
    user = 'https://github.com/tirkarthi'

    bugs.python.org fields:

    activity = <Date 2018-10-20.23:46:09.642>
    actor = 'benjamin.peterson'
    assignee = 'rhettinger'
    closed = True
    closed_date = <Date 2018-10-20.21:40:18.999>
    closer = 'rhettinger'
    components = ['Documentation']
    creation = <Date 2018-10-18.17:13:38.506>
    creator = 'xtreak'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 35020
    keywords = ['patch']
    message_count = 2.0
    messages = ['327988', '328180']
    nosy_count = 4.0
    nosy_names = ['tim.peters', 'rhettinger', 'docs@python', 'xtreak']
    pr_nums = ['9931', '10017']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue35020'
    versions = ['Python 2.7', 'Python 3.6', 'Python 3.7', 'Python 3.8']

    @tirkarthi
    Copy link
    Member Author

    This issue handles the below :

    1. Adding a link to sorting HOWTO from list.sort docs as per msg327901
    2. Adding multisort recipe to sorting HOWTO with an example as per msg327925.

    I have raised a PR (GH-9931) for #1 but the bpo-35010 was closed and hence I will link to this issue. I would also suggest adding single pass sorting example

    multisort recipe : https://mail.python.org/pipermail/python-ideas/2016-October/043045.html
    single pass recipe : https://mail.python.org/pipermail/python-ideas/2016-October/043126.html

    Since English is not my first language feedback welcome on the wording.

    Thanks

    @tirkarthi tirkarthi added 3.7 (EOL) end of life 3.8 only security fixes docs Documentation in the Doc dir type-feature A feature request or enhancement labels Oct 18, 2018
    @rhettinger rhettinger assigned rhettinger and unassigned docspython Oct 19, 2018
    @rhettinger
    Copy link
    Contributor

    New changeset 890a4b9 by Raymond Hettinger (Xtreak) in branch 'master':
    bpo-35020: Link to sorting examples from list.sort() (GH-9931)
    890a4b9

    @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
    3.7 (EOL) end of life 3.8 only security fixes docs Documentation in the Doc dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants