[Python-checkins] CVS: python/dist/src/Doc/ref ref6.tex,1.36,1.37

Fred L. Drake fdrake@users.sourceforge.net
Fri, 13 Apr 2001 08:55:27 -0700


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

Modified Files:
	ref6.tex 
Log Message:

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


Index: ref6.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref6.tex,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -r1.36 -r1.37
*** ref6.tex	2001/03/23 14:34:06	1.36
--- ref6.tex	2001/04/13 15:55:25	1.37
***************
*** 379,383 ****
  \end{verbatim}
  
! In this form, the first expression after the \keyword{>>} must
  evaluate to a ``file-like'' object, specifically an object that has a
  \method{write()} method as described above.  With this extended form,
--- 379,383 ----
  \end{verbatim}
  
! In this form, the first expression after the \code{>}\code{>} must
  evaluate to a ``file-like'' object, specifically an object that has a
  \method{write()} method as described above.  With this extended form,