Kaydet (Commit) 79c78f4b authored tarafından Raymond Hettinger's avatar Raymond Hettinger

Backport 1.108 documenting Py2.3's impending deprecation of divmod()

for complex numbers.
üst d751105a
......@@ -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}}}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment