From 032d6bbd6df926f0631d05865ff458ea61c80d9e Mon Sep 17 00:00:00 2001 From: Jost Migenda Date: Thu, 2 Oct 2025 23:25:06 +0100 Subject: [PATCH] remove bool(NotImplemented) from pending-removal This raises a TypeError in 3.14, see gh-118767 --- 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 edb672ed8ad9a2..7ed430625f305e 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.