]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-118767: Remove ``bool(NotImplemented)`` from pending-removal document ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 5 Oct 2025 13:01:35 +0000 (15:01 +0200)
committerGitHub <noreply@github.com>
Sun, 5 Oct 2025 13:01:35 +0000 (16:01 +0300)
Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>
Doc/deprecations/pending-removal-in-future.rst

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