[Python-checkins] python/dist/src/Doc/lib libfuncs.tex,1.107,1.108

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Thu, 20 Jun 2002 14:10:27 -0700


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

Modified Files:
	libfuncs.tex 
Log Message:
Add a note that divmod() with complex numbers is deprecated.


Index: libfuncs.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libfuncs.tex,v
retrieving revision 1.107
retrieving revision 1.108
diff -C2 -d -r1.107 -r1.108
*** libfuncs.tex	22 May 2002 20:39:43 -0000	1.107
--- libfuncs.tex	20 Jun 2002 21:10:25 -0000	1.108
***************
*** 260,263 ****
--- 260,266 ----
    \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}