]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-119740: Remove obsoleted removal announce for trunc delegation (GH-144622...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 9 Feb 2026 14:04:52 +0000 (15:04 +0100)
committerGitHub <noreply@github.com>
Mon, 9 Feb 2026 14:04:52 +0000 (16:04 +0200)
This was done in GH-119743 (3.14).
(cherry picked from commit aa6ed802f20c1ddadf45942d350422d3d4e0bbea)

Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
Doc/deprecations/pending-removal-in-future.rst

index 43e06da6c282fea910305ead5681d11799dc152c..d9a2d50378e92b81e102cb88b0f7dd0a40d9f449 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.