[Python-checkins] python/dist/src/Doc/api concrete.tex, 1.25.10.4, 1.25.10.5

theller at users.sourceforge.net theller at users.sourceforge.net
Mon Feb 9 05:44:03 EST 2004


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

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


Index: concrete.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/concrete.tex,v
retrieving revision 1.25.10.4
retrieving revision 1.25.10.5
diff -C2 -d -r1.25.10.4 -r1.25.10.5
*** concrete.tex	1 Jan 2004 05:46:29 -0000	1.25.10.4
--- concrete.tex	9 Feb 2004 10:44:00 -0000	1.25.10.5
***************
*** 2325,2328 ****
--- 2325,2333 ----
  \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