From 9ffe9d5645b345f5b80885b60853e23ae0989c4b Mon Sep 17 00:00:00 2001 From: Peter Bierma Date: Mon, 23 Feb 2026 11:45:17 -0500 Subject: [PATCH] PEP 797: Update the reference implementation URL --- peps/pep-0797.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/peps/pep-0797.rst b/peps/pep-0797.rst index 2b62db3cfe3..42f05c1798c 100644 --- a/peps/pep-0797.rst +++ b/peps/pep-0797.rst @@ -404,8 +404,8 @@ New APIs and important information about how to use them will be added to the Reference Implementation ======================== -The reference implementation of this PEP can be found -`here `_. +A reference implementation of this PEP can be found at +`python/cpython#145150 `_. Rejected Ideas ============== @@ -426,7 +426,8 @@ Acknowledgements ================ This PEP would not have been possible without discussion and feedback from -Eric Snow, Petr Viktorin, Kirill Podoprigora, Adam Turner, and Yury Selivanov. +Eric Snow, Petr Viktorin, Kirill Podoprigora, Adam Turner, Yury Selivanov, and +Steve Dower. Copyright =========