Skip to content

Commit 29616f3

Browse files
authored
gh-118767: Remove bool(NotImplemented) from pending-removal document (#139526)
1 parent efd223d commit 29616f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Doc/deprecations/pending-removal-in-future.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ although there is currently no date scheduled for their removal.
1515

1616
* :mod:`builtins`:
1717

18-
* ``bool(NotImplemented)``.
1918
* Generators: ``throw(type, exc, tb)`` and ``athrow(type, exc, tb)``
2019
signature is deprecated: use ``throw(exc)`` and ``athrow(exc)`` instead,
2120
the single argument signature.

0 commit comments

Comments
 (0)