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: A type error in typeobj.rst
Type: behavior Stage: resolved
Components: Documentation Versions: Python 3.9, Python 3.8
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, eric.snow, miss-islington, shihai1991, xtreak
Priority: normal Keywords: patch

Created on 2019-06-19 18:43 by shihai1991, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 14241 merged shihai1991, 2019-06-19 18:46
PR 14254 merged miss-islington, 2019-06-20 03:33
Messages (4)
msg346071 - (view) Author: Hai Shi (shihai1991) * (Python triager) Date: 2019-06-19 18:43
nb_index's type is unaryfunc
msg346076 - (view) Author: Karthikeyan Singaravelan (xtreak) * (Python committer) Date: 2019-06-19 19:20
This was added with 9e7c92193cc98fd3c2d4751c87851460a33b9118 so adding Eric.
msg346092 - (view) Author: miss-islington (miss-islington) Date: 2019-06-20 03:32
New changeset bc5caf88ca19b4c8cb9bc912c832b4807a515a60 by Miss Islington (bot) (Hai Shi) in branch 'master':
bpo-37342: Fix the incorrect nb_index's type in typeobj documentation (GH-14241)
https://github.com/python/cpython/commit/bc5caf88ca19b4c8cb9bc912c832b4807a515a60
msg346093 - (view) Author: miss-islington (miss-islington) Date: 2019-06-20 03:41
New changeset 6258c1f7160c1b073a228c9fc49ad5ac894d66ad by Miss Islington (bot) in branch '3.8':
bpo-37342: Fix the incorrect nb_index's type in typeobj documentation (GH-14241)
https://github.com/python/cpython/commit/6258c1f7160c1b073a228c9fc49ad5ac894d66ad
History
Date User Action Args
2022-04-11 14:59:16adminsetgithub: 81523
2019-06-20 15:53:19shihai1991setstatus: open -> closed
stage: patch review -> resolved
2019-06-20 03:41:44miss-islingtonsetmessages: + msg346093
2019-06-20 03:33:20miss-islingtonsetpull_requests: + pull_request14084
2019-06-20 03:32:27miss-islingtonsetnosy: + miss-islington
messages: + msg346092
2019-06-19 19:20:04xtreaksetversions: + Python 3.8, Python 3.9
nosy: + eric.snow, xtreak

messages: + msg346076

type: behavior
2019-06-19 18:46:14shihai1991setkeywords: + patch
stage: patch review
pull_requests: + pull_request14076
2019-06-19 18:43:37shihai1991create