[Python-checkins] python/dist/src/Doc/api concrete.tex,1.30,1.31

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Sat Nov 8 23:15:32 EST 2003


Update of /cvsroot/python/python/dist/src/Doc/api
In directory sc8-pr-cvs1:/tmp/cvs-serv11045/Doc/api

Modified Files:
	concrete.tex 
Log Message:
Document Py_RETURN_NONE.


Index: concrete.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/concrete.tex,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** concrete.tex	26 Oct 2003 17:20:07 -0000	1.30
--- concrete.tex	9 Nov 2003 04:15:30 -0000	1.31
***************
*** 98,101 ****
--- 98,105 ----
  \end{cvardesc}
  
+ \begin{csimplemacrodesc}{Py_RETURN_NONE}
+   Properly handles returning \cvar{Py_None} from within a C function.
+ \end{csimplemacrodesc}
+ 
  
  \section{Numeric Objects \label{numericObjects}}





More information about the Python-checkins mailing list