https://github.com/python/cpython/commit/07e0eb2093fe1c0dd5ed6f02f0155cd2e0582d02
commit: 07e0eb2093fe1c0dd5ed6f02f0155cd2e0582d02
branch: 3.14
author: Miss Islington (bot) <[email protected]>
committer: hugovk <[email protected]>
date: 2025-10-05T16:01:35+03:00
summary:

[3.14] gh-118767: Remove ``bool(NotImplemented)`` from pending-removal document 
(GH-139526) (#139599)

Co-authored-by: Jost Migenda <[email protected]>

files:
M Doc/deprecations/pending-removal-in-future.rst

diff --git a/Doc/deprecations/pending-removal-in-future.rst 
b/Doc/deprecations/pending-removal-in-future.rst
index 4c4a368baca955..43e06da6c282fe 100644
--- a/Doc/deprecations/pending-removal-in-future.rst
+++ b/Doc/deprecations/pending-removal-in-future.rst
@@ -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.

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to