[Python-checkins] CVS: python/dist/src/Doc/inst inst.tex,1.31,1.32

Fred L. Drake fdrake@users.sourceforge.net
Fri, 13 Apr 2001 10:23:26 -0700


Update of /cvsroot/python/python/dist/src/Doc/inst
In directory usw-pr-cvs1:/tmp/cvs-serv14658/inst

Modified Files:
	inst.tex 
Log Message:

Work around the conversion of ">>" and "<<" to guillemets.  Reported by Ping.


Index: inst.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/inst/inst.tex,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -r1.31 -r1.32
*** inst.tex	2001/03/03 19:47:24	1.31
--- inst.tex	2001/04/13 17:23:24	1.32
***************
*** 365,369 ****
  run ``Python 2.0 (interpreter)'' \XXX{right?}; under MacOS, \XXX{???}.
  Once the interpreter is started, you type Python code at the
! \samp{>>> } prompt.  For example, on my Linux system, I type the three
  Python statements shown below, and get the output as shown, to find
  out my \filevar{prefix} and \filevar{exec-prefix}:
--- 365,369 ----
  run ``Python 2.0 (interpreter)'' \XXX{right?}; under MacOS, \XXX{???}.
  Once the interpreter is started, you type Python code at the
! \samp{>\code{>}> } prompt.  For example, on my Linux system, I type the three
  Python statements shown below, and get the output as shown, to find
  out my \filevar{prefix} and \filevar{exec-prefix}: