]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-119740: Remove obsoleted removal announce for trunc delegation (GH-144622)
authorSergey B Kirpichev <skirpichev@gmail.com>
Mon, 9 Feb 2026 11:41:05 +0000 (14:41 +0300)
committerGitHub <noreply@github.com>
Mon, 9 Feb 2026 11:41:05 +0000 (13:41 +0200)
This was done in GH-119743 (3.14).

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

index a54f98d6866e9fdb99f0d056fb3e1932df620a85..e8306b8efee1c8115feb4b0b4b89191921b6a87b 100644 (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.