[Python-checkins] cpython (merge 3.5 -> default): Merge from 3.5

berker.peksag python-checkins at python.org
Tue Jul 5 10:06:41 EDT 2016


https://hg.python.org/cpython/rev/682a8e36dd18
changeset:   102255:682a8e36dd18
parent:      102253:78a3d3700233
parent:      102254:e0d9d275dd4e
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Tue Jul 05 17:08:52 2016 +0300
summary:
  Merge from 3.5

files:
  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
--- a/Doc/c-api/dict.rst
+++ b/Doc/c-api/dict.rst
@@ -118,6 +118,7 @@
    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)
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list