Skip to content

Commit 9b5b4ed

Browse files
JostMigendamiss-islington
authored andcommitted
pythongh-118767: Remove bool(NotImplemented) from pending-removal document (pythonGH-139526)
(cherry picked from commit 29616f3) Co-authored-by: Jost Migenda <[email protected]>
1 parent 1ffd62b commit 9b5b4ed

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)