Merge from 3.5

This commit is contained in:
Berker Peksag 2016-07-05 17:08:52 +03:00
commit e3c1d34c65
1 changed files with 1 additions and 0 deletions

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)