[Python-checkins] CVS: python/dist/src/Doc/ref ref5.tex,1.42,1.43

Fred L. Drake fdrake@users.sourceforge.net
Thu, 12 Apr 2001 05:37:05 -0700


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

Modified Files:
	ref5.tex 
Log Message:

Work around the conversion of ">>" and "<<" to guillemets.  Reported by
Ping on the Doc-SIG mailing list.


Index: ref5.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref5.tex,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -r1.42 -r1.43
*** ref5.tex	2001/03/06 07:32:11	1.42
--- ref5.tex	2001/04/12 12:37:03	1.43
***************
*** 932,936 ****
      \lineii{\code{\&}}				{Bitwise AND}
    \hline
!     \lineii{\code{<<}, \code{>>}}		{Shifts}
    \hline
      \lineii{\code{+}, \code{-}}{Addition and subtraction}
--- 932,936 ----
      \lineii{\code{\&}}				{Bitwise AND}
    \hline
!     \lineii{\code{<}\code{<}, \code{>}\code{>}}	{Shifts}
    \hline
      \lineii{\code{+}, \code{-}}{Addition and subtraction}