[3.14] gh-118767: Remove `bool(NotImplemented)` from pending-removal document (GH-139526) (#139599)

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>
This commit is contained in:
Miss Islington (bot) 2025-10-05 15:01:35 +02:00 committed by GitHub
parent 1ffd62baca
commit 07e0eb2093
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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.