summaryrefslogtreecommitdiffstats
path: root/Doc/library/sys.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/sys.rst')
-rw-r--r--Doc/library/sys.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst
index e99ab90..ba8d80b 100644
--- a/Doc/library/sys.rst
+++ b/Doc/library/sys.rst
@@ -1953,6 +1953,13 @@ always available.
.. availability:: Windows.
+.. data:: monitoring
+ :noindex:
+
+ Namespace containing functions and constants for register callbacks
+ and controlling monitoring events.
+ See :mod:`sys.monitoring` for details.
+
.. data:: _xoptions
A dictionary of the various implementation-specific flags passed through