This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Use Argument Clinic for bisect
Type: enhancement Stage: resolved
Components: Argument Clinic Versions: Python 3.9
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: rhettinger Nosy List: hauntsaninja, larry, rhettinger
Priority: normal Keywords: patch

Created on 2020-05-17 21:31 by hauntsaninja, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 20163 merged hauntsaninja, 2020-05-17 21:31
Messages (3)
msg369153 - (view) Author: Shantanu (hauntsaninja) * Date: 2020-05-17 21:31
As the title says! Am submitting a PR.
msg369167 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2020-05-18 03:38
New changeset 3a855b26aed02abf87fc1163ad0d564dc3da1ea3 by Shantanu in branch 'master':
bpo-40665: Use Argument Clinic for the bisect module (GH-20163)
https://github.com/python/cpython/commit/3a855b26aed02abf87fc1163ad0d564dc3da1ea3
msg369168 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2020-05-18 03:39
Thanks for the PR :-)
History
Date User Action Args
2022-04-11 14:59:31adminsetgithub: 84842
2020-05-18 03:39:20rhettingersetstatus: open -> closed

assignee: rhettinger
versions: + Python 3.9
messages: + msg369168
type: enhancement
resolution: fixed
stage: patch review -> resolved
2020-05-18 03:38:39rhettingersetnosy: + rhettinger
messages: + msg369167
2020-05-17 21:31:54hauntsaninjasetkeywords: + patch
stage: patch review
pull_requests: + pull_request19463
2020-05-17 21:31:08hauntsaninjacreate