Add versionadded to PyDict_SetDefault documentation

It was added for Python 3.4 in a0b750ea3397.
This commit is contained in:
Berker Peksag 2016-07-05 17:08:29 +03:00
parent a793037d80
commit e75ffa965b

View file

@ -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)