https://github.com/python/cpython/commit/29616f3d2c86ac7575177a9f2b30d51f3b2004d2
commit: 29616f3d2c86ac7575177a9f2b30d51f3b2004d2
branch: main
author: Jost Migenda <[email protected]>
committer: Eclips4 <[email protected]>
date: 2025-10-05T14:03:54+03:00
summary:

gh-118767: Remove ``bool(NotImplemented)`` from pending-removal document 
(#139526)

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 edb672ed8ad9a2..7ed430625f305e 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