You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: peps/pep-0661.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -272,10 +272,9 @@ This proposal should have no security implications.
272
272
Reference Implementation
273
273
========================
274
274
275
-
A previous reference implementation is found in a dedicated GitHub repo [7]_.
276
-
Following the Steering Council's feedback, the implementation should be
277
-
simplified before being proposed for CPython. A sketch of the intended
278
-
behavior follows::
275
+
A reference implementation is available as a CPython pull request [10]_. A
276
+
previous reference implementation is found in a dedicated GitHub repo [7]_.
277
+
A sketch of the intended behavior follows::
279
278
280
279
class sentinel:
281
280
"""Unique sentinel values."""
@@ -547,6 +546,7 @@ Footnotes
547
546
.. [7] `Reference implementation at the taleinat/python-stdlib-sentinels GitHub repo <https://github.com/taleinat/python-stdlib-sentinels>`_
548
547
.. [8] `bpo-35712: Make NotImplemented unusable in boolean context <https://github.com/python/cpython/issues/79893>`_
549
548
.. [9] `Discussion thread about type signatures for these sentinels on the typing-sig mailing list <https://mail.python.org/archives/list/typing-sig@python.org/thread/NDEJ7UCDPINP634GXWDARVMTGDVSNBKV/#LVCPTY26JQJW7NKGKGAZXHQKWVW7GOGL>`_
0 commit comments