]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106033: [docs] Improve C API GetItem & HasAttr notes. (#106047)
authorGregory P. Smith <greg@krypto.org>
Sat, 24 Jun 2023 23:29:26 +0000 (16:29 -0700)
committerGitHub <noreply@github.com>
Sat, 24 Jun 2023 23:29:26 +0000 (16:29 -0700)
commit19d6511b0b8f3f74e668ae32ccef89bcbf1a8a62
treef6bb90acfdc22dbc88b7a70817548f8738635398
parent4a6c84fc1ea8f26d84a0fbeeff6f8dedc32263d4
gh-106033: [docs] Improve C API GetItem & HasAttr notes. (#106047)

Use a note:: tag so that these dict and object API deficiencies show up clearly.

A caution:: tag was considered, but our current python docs rendering doesn't do much with that (no box or color change).  warning:: seemed too extreme.  note looks good.
Doc/c-api/dict.rst
Doc/c-api/object.rst