[Python-checkins] python/dist/src/Doc/ref ref3.tex,1.82.4.9,1.82.4.10

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Wed, 23 Jul 2003 18:46:42 -0700


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

Modified Files:
      Tag: release22-maint
	ref3.tex 
Log Message:
Fix broken markup; make the ^= representation work properly
Closes SF bug #776181.


Index: ref3.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref3.tex,v
retrieving revision 1.82.4.9
retrieving revision 1.82.4.10
diff -C2 -d -r1.82.4.9 -r1.82.4.10
*** ref3.tex	12 May 2003 13:50:41 -0000	1.82.4.9
--- ref3.tex	24 Jul 2003 01:46:39 -0000	1.82.4.10
***************
*** 1487,1491 ****
  operations (\code{+=}, \code{-=}, \code{*=}, \code{/=}, \code{\%=},
  \code{**=}, \code{<}\code{<=}, \code{>}\code{>=}, \code{\&=},
! \code{\^=}, \code{|=}).  These methods should attempt to do the
  operation in-place (modifying \var{self}) and return the result (which
  could be, but does not have to be, \var{self}).  If a specific method
--- 1487,1491 ----
  operations (\code{+=}, \code{-=}, \code{*=}, \code{/=}, \code{\%=},
  \code{**=}, \code{<}\code{<=}, \code{>}\code{>=}, \code{\&=},
! \code{\textasciicircum=}, \code{|=}).  These methods should attempt to do the
  operation in-place (modifying \var{self}) and return the result (which
  could be, but does not have to be, \var{self}).  If a specific method