From: Georg Brandl Date: Sat, 11 Dec 2010 08:10:37 +0000 (+0000) Subject: #10676: fix bad wording in parallel with the lang ref. X-Git-Tag: v2.7.2rc1~490 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0b883012c4b50a7428f39db91ec7ead93eae2ab0;p=thirdparty%2FPython%2Fcpython.git #10676: fix bad wording in parallel with the lang ref. --- diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 31f00b6396f4..a0aee04c7fbc 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -360,10 +360,10 @@ Notes: See :ref:`built-in-funcs` for a full description. (4) - Complex floor division operator, modulo operator, and :func:`divmod`. - .. deprecated:: 2.3 - Instead convert to float using :func:`abs` if appropriate. + The floor division operator, the modulo operator, and the :func:`divmod` + function are no longer defined for complex numbers. Instead, convert to + a floating point number using the :func:`abs` function if appropriate. (5) Also referred to as integer division. The resultant value is a whole integer,