[Python-checkins] python/dist/src/Doc/api concrete.tex,1.37,1.38

theller at users.sourceforge.net theller at users.sourceforge.net
Mon Feb 9 05:47:22 EST 2004


Update of /cvsroot/python/python/dist/src/Doc/api
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3988

Modified Files:
	concrete.tex 
Log Message:
Documentation for PyDescr_NewClassMethod was missing - here's at least
the function prototype.

Already backported to release23-maint.


Index: concrete.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/concrete.tex,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** concrete.tex	1 Jan 2004 05:43:53 -0000	1.37
--- concrete.tex	9 Feb 2004 10:47:11 -0000	1.38
***************
*** 2363,2366 ****
--- 2363,2371 ----
  \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




More information about the Python-checkins mailing list