mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Add versionadded to PyDict_SetDefault documentation
It was added for Python 3.4 in a0b750ea3397.
This commit is contained in:
parent
a793037d80
commit
e75ffa965b
1 changed files with 1 additions and 0 deletions
|
|
@ -118,6 +118,7 @@ Dictionary Objects
|
|||
is returned. This function evaluates the hash function of *key* only once,
|
||||
instead of evaluating it independently for the lookup and the insertion.
|
||||
|
||||
.. versionadded:: 3.4
|
||||
|
||||
.. c:function:: PyObject* PyDict_Items(PyObject *p)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue