mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
gh-118767: Remove `bool(NotImplemented)` from pending-removal document (#139526)
This commit is contained in:
parent
efd223da0c
commit
29616f3d2c
1 changed files with 0 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue