From: Jost Migenda Date: Sun, 5 Oct 2025 11:03:54 +0000 (+0100) Subject: gh-118767: Remove ``bool(NotImplemented)`` from pending-removal document (#139526) X-Git-Tag: v3.15.0a1~124 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=29616f3d2c86ac7575177a9f2b30d51f3b2004d2;p=thirdparty%2FPython%2Fcpython.git gh-118767: Remove ``bool(NotImplemented)`` from pending-removal document (#139526) --- diff --git a/Doc/deprecations/pending-removal-in-future.rst b/Doc/deprecations/pending-removal-in-future.rst index edb672ed8ad9..7ed430625f30 100644 --- a/Doc/deprecations/pending-removal-in-future.rst +++ b/Doc/deprecations/pending-removal-in-future.rst @@ -15,7 +15,6 @@ although there is currently no date scheduled for their removal. * :mod:`builtins`: - * ``bool(NotImplemented)``. * Generators: ``throw(type, exc, tb)`` and ``athrow(type, exc, tb)`` signature is deprecated: use ``throw(exc)`` and ``athrow(exc)`` instead, the single argument signature.