[Python-checkins] python/dist/src/Doc/api init.tex,1.11,1.12

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Sat Sep 6 20:32:57 EDT 2003


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

Modified Files:
	init.tex 
Log Message:
fix \NULL with following space and no {}


Index: init.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/init.tex,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** init.tex	12 Aug 2003 00:01:14 -0000	1.11
--- init.tex	7 Sep 2003 02:32:55 -0000	1.12
***************
*** 683,687 ****
    caller should assume no current thread state is available.
    \versionchanged[Previously this could only be called when a current
!   thread is active, and \NULL meant that an exception was raised]{2.3}
  \end{cfuncdesc}
  
--- 683,687 ----
    caller should assume no current thread state is available.
    \versionchanged[Previously this could only be called when a current
!   thread is active, and \NULL{} meant that an exception was raised]{2.3}
  \end{cfuncdesc}
  





More information about the Python-checkins mailing list