[Python-checkins] python/dist/src/Doc/lib libpdb.tex,1.39,1.40

mondragon at users.sourceforge.net mondragon at users.sourceforge.net
Sun Jul 4 00:47:43 EDT 2004


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

Modified Files:
	libpdb.tex 
Log Message:
Textual change to make the doc reflect reality


Index: libpdb.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libpdb.tex,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** libpdb.tex	24 Mar 2004 21:57:08 -0000	1.39
--- libpdb.tex	4 Jul 2004 04:47:40 -0000	1.40
***************
*** 394,398 ****
  \item[\code{'c_call'}]
  A C function is about to be called.  This may be an extension function
! or a builtin.  \var{arg} is the C function name.
  
  \item[\code{'c_return'}]
--- 394,398 ----
  \item[\code{'c_call'}]
  A C function is about to be called.  This may be an extension function
! or a builtin.  \var{arg} is the C function object.
  
  \item[\code{'c_return'}]




More information about the Python-checkins mailing list