[Python-checkins] python/dist/src/Doc/ref ref3.tex,1.91,1.92
rhettinger@users.sourceforge.net
rhettinger@users.sourceforge.net
Wed, 19 Jun 2002 23:12:39 -0700
Update of /cvsroot/python/python/dist/src/Doc/ref
In directory usw-pr-cvs1:/tmp/cvs-serv3661
Modified Files:
ref3.tex
Log Message:
SF 563530 added missing methods for emulating numeric types
Index: ref3.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref3.tex,v
retrieving revision 1.91
retrieving revision 1.92
diff -C2 -d -r1.91 -r1.92
*** ref3.tex 11 Jun 2002 10:55:08 -0000 1.91
--- ref3.tex 20 Jun 2002 06:12:37 -0000 1.92
***************
*** 1434,1437 ****
--- 1434,1439 ----
\methodline[numeric object]{__rmul__}{self, other}
\methodline[numeric object]{__rdiv__}{self, other}
+ \methodline[numeric object]{__rtruediv__}{self, other}
+ \methodline[numeric object]{__rfloordiv__}{self, other}
\methodline[numeric object]{__rmod__}{self, other}
\methodline[numeric object]{__rdivmod__}{self, other}
***************
*** 1462,1466 ****
\methodline[numeric object]{__imul__}{self, other}
\methodline[numeric object]{__idiv__}{self, other}
! \methodline[numeric object]{__imod__}{self, other}
\methodline[numeric object]{__ipow__}{self, other\optional{, modulo}}
\methodline[numeric object]{__ilshift__}{self, other}
--- 1464,1470 ----
\methodline[numeric object]{__imul__}{self, other}
\methodline[numeric object]{__idiv__}{self, other}
! \methodline[numeric object]{__itruediv__}{self, other}
! \methodline[numeric object]{__ifloordiv__}{self, other}
! \methodline[numeric object]{__imod__}{self, other}
\methodline[numeric object]{__ipow__}{self, other\optional{, modulo}}
\methodline[numeric object]{__ilshift__}{self, other}