File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,6 @@ although there is currently no date scheduled for their removal.
2929 * Support for ``__index__() `` and ``__int__() `` method returning non-int type:
3030 these methods will be required to return an instance of a strict subclass of
3131 :class: `int `.
32- * Support for ``__float__() `` method returning a strict subclass of
33- :class: `float `: these methods will be required to return an instance of
34- :class: `float `.
35- * Support for ``__complex__() `` method returning a strict subclass of
36- :class: `complex `: these methods will be required to return an instance of
37- :class: `complex `.
3832 * Delegation of ``int() `` to ``__trunc__() `` method.
3933 * Passing a complex number as the *real * or *imag * argument in the
4034 :func: `complex ` constructor is now deprecated; it should only be passed
You can’t perform that action at this time.
0 commit comments