[Python-checkins] python/dist/src/Doc/ext extending.tex,1.27,1.28

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Sat Jun 26 19:10:36 EDT 2004


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

Modified Files:
	extending.tex 
Log Message:
Clarify sentence at end of Intermezzo section stating that PyMODINIT_FUNC will
be discussed later by saying it is the function return type of the sample code
to make spotting it easier.


Index: extending.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ext/extending.tex,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** extending.tex	31 Mar 2004 07:45:46 -0000	1.27
--- extending.tex	26 Jun 2004 23:10:32 -0000	1.28
***************
*** 244,248 ****
  could cause a core dump or other unintended side effects.
  
! We discuss the use of PyMODINIT_FUNC later in this sample.
  
  \section{Back to the Example
--- 244,249 ----
  could cause a core dump or other unintended side effects.
  
! We discuss the use of PyMODINIT_FUNC as a function return type later in this
! sample.
  
  \section{Back to the Example




More information about the Python-checkins mailing list