]> granicus.if.org Git - python/commitdiff
Add a note that divmod() with complex numbers is deprecated.
authorFred Drake <fdrake@acm.org>
Thu, 20 Jun 2002 21:10:25 +0000 (21:10 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 20 Jun 2002 21:10:25 +0000 (21:10 +0000)
Doc/lib/libfuncs.tex

index 6ac17d1a8d760d30240b87f0af0914933aacd436..dbd3d55d1925ffe61956d9ca0ae14b5a88071954 100644 (file)
@@ -259,6 +259,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}{enumerate}{iterable}