[Python-checkins] python/dist/src/Doc/api init.tex, 1.10.8.1, 1.10.8.2

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Sat Sep 6 20:35:28 EDT 2003


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

Modified Files:
      Tag: release23-maint
	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.10.8.1
retrieving revision 1.10.8.2
diff -C2 -d -r1.10.8.1 -r1.10.8.2
*** init.tex	11 Aug 2003 23:43:04 -0000	1.10.8.1
--- init.tex	7 Sep 2003 02:35:25 -0000	1.10.8.2
***************
*** 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