Skip to content

Commit 032d6bb

Browse files
authored
remove bool(NotImplemented) from pending-removal
This raises a TypeError in 3.14, see gh-118767
1 parent 4e7e2dd commit 032d6bb

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)