Commit e75ffa96 authored by Berker Peksag's avatar Berker Peksag

Add versionadded to PyDict_SetDefault documentation

It was added for Python 3.4 in a0b750ea3397.
parent a793037d
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment