From: Berker Peksag Date: Tue, 5 Jul 2016 14:08:29 +0000 (+0300) Subject: Add versionadded to PyDict_SetDefault documentation X-Git-Tag: v3.6.0a3~37^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e75ffa965ba1857038832598420ddc85e9f5ad7c;p=thirdparty%2FPython%2Fcpython.git Add versionadded to PyDict_SetDefault documentation It was added for Python 3.4 in a0b750ea3397. --- diff --git a/Doc/c-api/dict.rst b/Doc/c-api/dict.rst index aeff640564b0..cfa5e13b9fee 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)