]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Documentation for PyDescr_NewClassMethod was missing - here's at least
authorThomas Heller <theller@ctypes.org>
Mon, 9 Feb 2004 10:44:00 +0000 (10:44 +0000)
committerThomas Heller <theller@ctypes.org>
Mon, 9 Feb 2004 10:44:00 +0000 (10:44 +0000)
the function prototype.

Doc/api/concrete.tex

index 72d93a3b556a1d84b9b94dbc86c26f7fb7dfb9c9..1a25196153878af1a57d4aaf53d7444c58680298 100644 (file)
@@ -2324,6 +2324,11 @@ They are found in the dictionary of type objects.
   \versionadded{2.2}
 \end{cfuncdesc}
 
+\begin{cfuncdesc}{PyObject*}{PyDescr_NewClassMethod}{PyTypeObject *type,
+                                                    PyMethodDef *method}
+  \versionadded{2.3}
+\end{cfuncdesc}
+
 \begin{cfuncdesc}{int}{PyDescr_IsData}{PyObject *descr}
   Returns true if the descriptor objects \var{descr} describes a data
   attribute, or false if it describes a method.  \var{descr} must be a