diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-07-05 14:08:52 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-07-05 14:08:52 (GMT) |
commit | e3c1d34c653b24a7d956f6b6ab12094546cf8920 (patch) | |
tree | 55c8064e68bc06c963bcfe0f8793bbf1c85ca808 /Doc/c-api | |
parent | 0cd6b977016a438303664427709dda95e73369c5 (diff) | |
parent | e75ffa965ba1857038832598420ddc85e9f5ad7c (diff) | |
download | cpython-e3c1d34c653b24a7d956f6b6ab12094546cf8920.zip cpython-e3c1d34c653b24a7d956f6b6ab12094546cf8920.tar.gz cpython-e3c1d34c653b24a7d956f6b6ab12094546cf8920.tar.bz2 |
Merge from 3.5
Diffstat (limited to 'Doc/c-api')
-rw-r--r-- | Doc/c-api/dict.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/c-api/dict.rst b/Doc/c-api/dict.rst index aeff640..cfa5e13 100644 --- a/Doc/c-api/dict.rst +++ b/Doc/c-api/dict.rst @@ -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) |