Skip to content

Commit dc690d4

Browse files
committed
+ remove from pending-removal-in-future.rst
1 parent 88e5712 commit dc690d4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Doc/deprecations/pending-removal-in-future.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)