diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-09-05 13:07:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-05 13:07:11 (GMT) |
commit | 578b3ea0e9816cecaef246a50d20257de8e0d642 (patch) | |
tree | cd9f0040b1c05f711c8dd03871f9c233acc7b49a /Doc/library/python.rst | |
parent | 7ee021f99998690ee724d08a95dceadd2ec8a051 (diff) | |
download | cpython-578b3ea0e9816cecaef246a50d20257de8e0d642.zip cpython-578b3ea0e9816cecaef246a50d20257de8e0d642.tar.gz cpython-578b3ea0e9816cecaef246a50d20257de8e0d642.tar.bz2 |
[3.12] GH-103082: Document PEP-669: Low Impact Monitoring for CPython (GH-107772) (#108909)
GH-103082: Document PEP-669: Low Impact Monitoring for CPython (GH-107772)
(cherry picked from commit 8b515f60ee1dec65cb3d64f1cc1d4b32aa2f4184)
Co-authored-by: Mark Shannon <mark@hotpy.org>
Diffstat (limited to 'Doc/library/python.rst')
-rw-r--r-- | Doc/library/python.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/python.rst b/Doc/library/python.rst index f39613f..6104359 100644 --- a/Doc/library/python.rst +++ b/Doc/library/python.rst @@ -12,6 +12,7 @@ overview: .. toctree:: sys.rst + sys.monitoring.rst sysconfig.rst builtins.rst __main__.rst |