gh-119740: Remove obsoleted removal announce for trunc delegation (GH-144622)

This was done in GH-119743 (3.14).
This commit is contained in:
Sergey B Kirpichev 2026-02-09 14:41:05 +03:00 committed by GitHub
parent b22ff1e543
commit aa6ed802f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.