[issue42489] Wrong method signature in python Documentation

2020-11-28 Thread Andrew Svetlov
Change by Andrew Svetlov : -- assignee: -> docs@python components: +Documentation -macOS nosy: +docs@python resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.10, Python 3.8 ___ Python tracker

[issue42489] Wrong method signature in python Documentation

2020-11-28 Thread miss-islington
miss-islington added the comment: New changeset cc5eb935c79bae13def91965e5fb7e8346d9dea1 by Miss Islington (bot) in branch '3.9': bpo-42489: Fix the signature for list.sort() in the tutorial (GH-23538) https://github.com/python/cpython/commit/cc5eb935c79bae13def91965e5fb7e8346d9dea1

[issue42489] Wrong method signature in python Documentation

2020-11-28 Thread miss-islington
miss-islington added the comment: New changeset e1c669b7ed18a81bfaa349726424ff5de9485f0a by Miss Islington (bot) in branch '3.8': bpo-42489: Fix the signature for list.sort() in the tutorial (GH-23538) https://github.com/python/cpython/commit/e1c669b7ed18a81bfaa349726424ff5de9485f0a

[issue42489] Wrong method signature in python Documentation

2020-11-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +22424 pull_request: https://github.com/python/cpython/pull/23542 ___ Python tracker ___

[issue42489] Wrong method signature in python Documentation

2020-11-28 Thread Andrew Svetlov
Andrew Svetlov added the comment: New changeset d41ec65ab7411e877ca33d05e8c900feca530635 by Zackery Spytz in branch 'master': bpo-42489: Fix the signature for list.sort() in the tutorial (GH-23538) https://github.com/python/cpython/commit/d41ec65ab7411e877ca33d05e8c900feca530635 --

[issue42489] Wrong method signature in python Documentation

2020-11-28 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +22423 pull_request: https://github.com/python/cpython/pull/23541 ___ Python tracker

[issue42489] Wrong method signature in python Documentation

2020-11-28 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 3.0 -> 4.0 pull_requests: +22420 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23538 ___ Python tracker

[issue42489] Wrong method signature in python Documentation

2020-11-28 Thread Chuan Lotus
New submission from Chuan Lotus : In python 3.9.1 documentation tutorial 5.1,the method list.sort(key=None, reverse=False) lacks '*' before 'key=None', which may be confused. -- components: macOS messages: 381984 nosy: lotus_chuan, ned.deily, ronaldoussoren priority: normal severity: