From 79c78f4bf64535a297dc14b20abfa22c40d5a282 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Sun, 6 Oct 2002 02:16:52 +0000 Subject: Backport 1.108 documenting Py2.3's impending deprecation of divmod() for complex numbers. --- Doc/lib/libfuncs.tex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex index fc00dd4..37cb349 100644 --- a/Doc/lib/libfuncs.tex +++ b/Doc/lib/libfuncs.tex @@ -251,6 +251,9 @@ def my_import(name): \var{b} + \var{a} \%{} \var{b}} is very close to \var{a}, if \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} \begin{funcdesc}{eval}{expression\optional{, globals\optional{, locals}}} -- cgit v0.12