gh-118767: Remove `bool(NotImplemented)` from pending-removal document (#139526)

This commit is contained in:
Jost Migenda 2025-10-05 12:03:54 +01:00 committed by GitHub
parent efd223da0c
commit 29616f3d2c
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.