]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-118767: Remove ``bool(NotImplemented)`` from pending-removal document (#139526)
authorJost Migenda <jost.migenda@kcl.ac.uk>
Sun, 5 Oct 2025 11:03:54 +0000 (12:03 +0100)
committerGitHub <noreply@github.com>
Sun, 5 Oct 2025 11:03:54 +0000 (14:03 +0300)
Doc/deprecations/pending-removal-in-future.rst

index edb672ed8ad9a2952572b9a7e6278174788df513..7ed430625f305e92c88b7d924f723f5dcb5d8ad5 100644 (file)
@@ -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.