[Python-checkins] python/dist/src/Doc/lib libfuncs.tex,1.100.4.11,1.100.4.12

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Sat, 05 Oct 2002 19:16:54 -0700


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

Modified Files:
      Tag: release22-maint
	libfuncs.tex 
Log Message:
Backport 1.108 documenting Py2.3's impending deprecation of divmod() 
for complex numbers.



Index: libfuncs.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libfuncs.tex,v
retrieving revision 1.100.4.11
retrieving revision 1.100.4.12
diff -C2 -d -r1.100.4.11 -r1.100.4.12
*** libfuncs.tex	24 Sep 2002 21:01:06 -0000	1.100.4.11
--- libfuncs.tex	6 Oct 2002 02:16:52 -0000	1.100.4.12
***************
*** 252,255 ****
--- 252,258 ----
    \code{\var{a} \%{} \var{b}} is non-zero it has the same sign as
    \var{b}, and \code{0 <= abs(\var{a} \%{} \var{b}) < abs(\var{b})}.
+ 
+   \versionchanged[Using \function{divmod()} with complex numbers is
+                   deprecated]{2.3}
  \end{funcdesc}