mirror of
https://github.com/python/cpython.git
synced 2025-01-06 00:25:19 +08:00
write versionadded
This commit is contained in:
parent
006c5a2235
commit
43844351c3
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user