[Python-checkins] python/dist/src/Doc/lib libsys.tex,1.70,1.71

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Tue Jun 8 10:01:30 EDT 2004


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

Modified Files:
	libsys.tex 
Log Message:
- markup fix
- explain Python/ceval.c from what; lots of people don't use a source
  distro any more


Index: libsys.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libsys.tex,v
retrieving revision 1.70
retrieving revision 1.71
diff -C2 -d -r1.70 -r1.71
*** libsys.tex	8 Jun 2004 08:17:41 -0000	1.70
--- libsys.tex	8 Jun 2004 14:01:27 -0000	1.71
***************
*** 480,486 ****
    counter, if \var{on_flag} is true. Deactivate these dumps if
    \var{on_flag} is off. The function is available only if Python
!   was compiled with \code{--with-tsc}. To understand the output
!   of this dump, read \code{Python/ceval.c}.
! 
    \versionadded{2.4}
  \end{funcdesc}
--- 480,486 ----
    counter, if \var{on_flag} is true. Deactivate these dumps if
    \var{on_flag} is off. The function is available only if Python
!   was compiled with \longprogramopt{with-tsc}. To understand the
!   output of this dump, read \file{Python/ceval.c} in the Python
!   sources.
    \versionadded{2.4}
  \end{funcdesc}




More information about the Python-checkins mailing list