mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Fix a few scoping issues with versionadded/versionchanged directives.
This commit is contained in:
parent
645d3b7655
commit
df48b97855
12 changed files with 38 additions and 32 deletions
|
|
@ -364,6 +364,7 @@ attribute is considered sufficient for this determination.
|
|||
|
||||
.. versionadded:: 3.4
|
||||
|
||||
|
||||
.. c:function:: PyObject* PyObject_GetItem(PyObject *o, PyObject *key)
|
||||
|
||||
Return element of *o* corresponding to the object *key* or *NULL* on failure.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue