From 345ac2affc2534ec379e761cba3ff34e98fa4b98 Mon Sep 17 00:00:00 2001 From: Sergey B Kirpichev Date: Mon, 9 Feb 2026 11:24:18 +0300 Subject: [PATCH] gh-119743: remove obsoleted removal announce for trunc delegation This was done in #119743 (3.14). --- Doc/deprecations/pending-removal-in-future.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/Doc/deprecations/pending-removal-in-future.rst b/Doc/deprecations/pending-removal-in-future.rst index a54f98d6866e9f..e8306b8efee1c8 100644 --- a/Doc/deprecations/pending-removal-in-future.rst +++ b/Doc/deprecations/pending-removal-in-future.rst @@ -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.