mirror of
https://github.com/python/cpython.git
synced 2026-02-22 07:00:51 +00:00
gh-119740: Remove obsoleted removal announce for trunc delegation (GH-144622)
This was done in GH-119743 (3.14).
This commit is contained in:
parent
b22ff1e543
commit
aa6ed802f2
1 changed files with 0 additions and 1 deletions
|
|
@ -35,7 +35,6 @@ although there is currently no date scheduled for their removal.
|
|||
* Support for ``__complex__()`` method returning a strict subclass of
|
||||
:class:`complex`: these methods will be required to return an instance of
|
||||
:class:`complex`.
|
||||
* Delegation of ``int()`` to ``__trunc__()`` method.
|
||||
* Passing a complex number as the *real* or *imag* argument in the
|
||||
:func:`complex` constructor is now deprecated; it should only be passed
|
||||
as a single positional argument.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue