]> granicus.if.org Git - python/commitdiff
write versionadded
authorBenjamin Peterson <benjamin@python.org>
Mon, 20 Feb 2012 13:48:25 +0000 (08:48 -0500)
committerBenjamin Peterson <benjamin@python.org>
Mon, 20 Feb 2012 13:48:25 +0000 (08:48 -0500)
Doc/c-api/object.rst

index 43768f3959ee784968b03330f385761ec7326bab..d895547f1f70dbe81a8ae6f3281b6b164738dcec 100644 (file)
@@ -106,12 +106,16 @@ Object Protocol
    A generic implementation for the getter of a ``__dict__`` descriptor. It
    creates the dictionary if necessary.
 
+   .. versionadded:: 3.3
+
 
 .. c:function:: int PyType_GenericSetDict(PyObject *o, void *context)
 
    A generic implementation for the setter of a ``__dict__`` descriptor. This
    implementation does not allow the dictionary to be deleted.
 
+   .. versionadded:: 3.3
+
 
 .. c:function:: PyObject* PyObject_RichCompare(PyObject *o1, PyObject *o2, int opid)