]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Improve some C API documentation (GH-108768)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 1 Sep 2023 19:21:39 +0000 (22:21 +0300)
committerGitHub <noreply@github.com>
Fri, 1 Sep 2023 19:21:39 +0000 (22:21 +0300)
commit6f97eeec222f81bd7ae836c149872a40b079e2a6
treeb8d1853003e55276f48a6be813bb5f1a7c1db491
parent45b9e6a61f4cd61c08b2b02d257b52635ab37a25
Improve some C API documentation (GH-108768)

* Express functions which take argument as a C string in terms of
  functions which take Python object.
* Use "note" directive for PyMapping_HasKey() and
  PyMapping_HasKeyString() notes.
Doc/c-api/dict.rst
Doc/c-api/mapping.rst
Doc/c-api/object.rst