[Python-checkins] CVS: python/dist/src/Doc/api api.tex,1.115,1.116

Fred L. Drake fdrake@users.sourceforge.net
2001年4月13日 07:52:42 -0700


Update of /cvsroot/python/python/dist/src/Doc/api
In directory usw-pr-cvs1:/tmp/cvs-serv10766/api
Modified Files:
	api.tex 
Log Message:
Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping.
Index: api.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/api.tex,v
retrieving revision 1.115
retrieving revision 1.116
diff -C2 -r1.115 -r1.116
*** api.tex	2001年04月07日 16:14:49	1.115
--- api.tex	2001年04月13日 14:52:39	1.116
***************
*** 1722,1726 ****
 Returns the result of left shifting \var{o1} by \var{o2} on success,
 or \NULL{} on failure. This is the equivalent of the Python
! expression \samp{\var{o1} << \var{o2}}.
 \end{cfuncdesc}
 
--- 1722,1726 ----
 Returns the result of left shifting \var{o1} by \var{o2} on success,
 or \NULL{} on failure. This is the equivalent of the Python
! expression \samp{\var{o1} <\code{<} \var{o2}}.
 \end{cfuncdesc}
 
***************
*** 1729,1733 ****
 Returns the result of right shifting \var{o1} by \var{o2} on success,
 or \NULL{} on failure. This is the equivalent of the Python
! expression \samp{\var{o1} >> \var{o2}}.
 \end{cfuncdesc}
 
--- 1729,1733 ----
 Returns the result of right shifting \var{o1} by \var{o2} on success,
 or \NULL{} on failure. This is the equivalent of the Python
! expression \samp{\var{o1} >\code{>} \var{o2}}.
 \end{cfuncdesc}
 
***************
*** 1803,1807 ****
 \NULL{} on failure. The operation is done \emph{in-place} when \var{o1}
 supports it. This is the equivalent of the Python expression \samp{\var{o1}
! <<= \var{o2}}.
 \end{cfuncdesc}
 
--- 1803,1807 ----
 \NULL{} on failure. The operation is done \emph{in-place} when \var{o1}
 supports it. This is the equivalent of the Python expression \samp{\var{o1}
! <\code{<=} \var{o2}}.
 \end{cfuncdesc}
 
***************
*** 1811,1815 ****
 \NULL{} on failure. The operation is done \emph{in-place} when \var{o1}
 supports it. This is the equivalent of the Python expression \samp{\var{o1}
! >>= \var{o2}}.
 \end{cfuncdesc}
 
--- 1811,1815 ----
 \NULL{} on failure. The operation is done \emph{in-place} when \var{o1}
 supports it. This is the equivalent of the Python expression \samp{\var{o1}
! >\code{>=} \var{o2}}.
 \end{cfuncdesc}
 

AltStyle によって変換されたページ (->オリジナル) /