[Python-checkins] python/dist/src/Doc/lib libstdtypes.tex,1.122,1.123

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Wed, 30 Apr 2003 09:44:40 -0700


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

Modified Files:
	libstdtypes.tex 
Log Message:
At the site of an indexed reference to print, point to the relevant
documentation.  Closes SF bug #723136.


Index: libstdtypes.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libstdtypes.tex,v
retrieving revision 1.122
retrieving revision 1.123
diff -C2 -d -r1.122 -r1.123
*** libstdtypes.tex	14 Apr 2003 20:58:14 -0000	1.122
--- libstdtypes.tex	30 Apr 2003 16:44:36 -0000	1.123
***************
*** 18,24 ****
  conversion is implicitly used when an object is written by the
  \keyword{print}\stindex{print} statement.
  
  
! \subsection{Truth Value Testing} \label{truth}
  
  Any object can be tested for truth value, for use in an \keyword{if} or
--- 18,28 ----
  conversion is implicitly used when an object is written by the
  \keyword{print}\stindex{print} statement.
+ (Information on \ulink{\keyword{print} statement}{../ref/print.html}
+ and other language statements can be found in the
+ \citetitle[../ref/ref.html]{Python Reference Manual} and the
+ \citetitle[../tut/tut.html]{Python Tutorial}.)
  
  
! \subsection{Truth Value Testing\label{truth}}
  
  Any object can be tested for truth value, for use in an \keyword{if} or