From 1c0b746f9ab0c4b77c087de78d26907fd274dfd4 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Tue, 28 Apr 2026 08:41:45 +0300 Subject: [PATCH] PEP 661: Mark as Final --- peps/pep-0661.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/peps/pep-0661.rst b/peps/pep-0661.rst index 6c91efa42f5..8da85bf9789 100644 --- a/peps/pep-0661.rst +++ b/peps/pep-0661.rst @@ -2,13 +2,14 @@ PEP: 661 Title: Sentinel Values Author: Tal Einat , Jelle Zijlstra Discussions-To: https://discuss.python.org/t/pep-661-sentinel-values/9126 -Status: Accepted +Status: Final Type: Standards Track Created: 06-Jun-2021 Python-Version: 3.15 Post-History: `20-May-2021 `__, `06-Jun-2021 `__ Resolution: `23-Apr-2026 `__ +.. canonical-doc:: :external+py3.15:class:`sentinel` Abstract ========