From 641c75fac954f14cda0a0582388f91e19e36ff22 Mon Sep 17 00:00:00 2001 From: Mark Shannon Date: Wed, 7 Feb 2024 11:51:52 +0000 Subject: [PATCH] PEP 669: Mark final (#3615) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- peps/pep-0669.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/peps/pep-0669.rst b/peps/pep-0669.rst index a12c30161..3aee69bfb 100644 --- a/peps/pep-0669.rst +++ b/peps/pep-0669.rst @@ -2,15 +2,16 @@ PEP: 669 Title: Low Impact Monitoring for CPython Author: Mark Shannon Discussions-To: https://discuss.python.org/t/pep-669-low-impact-monitoring-for-cpython/13018/ -Status: Accepted +Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 18-Aug-2021 Python-Version: 3.12 Post-History: `07-Dec-2021 `__, `10-Jan-2022 `__, Resolution: https://discuss.python.org/t/pep-669-low-impact-monitoring-for-cpython/13018/42 +.. canonical-doc:: :mod:`python:sys.monitoring` + Abstract ========