https://github.com/python/cpython/commit/07ef63fb6a0fb996d5f56c79f4ccd7a1887a6b2b
commit: 07ef63fb6a0fb996d5f56c79f4ccd7a1887a6b2b
branch: main
author: Ned Batchelder <[email protected]>
committer: markshannon <[email protected]>
date: 2024-01-25T14:38:43Z
summary:

Doc/library/sys.monitoring.rst: remove contradictory paragraph. (GH-113619)

files:
M Doc/library/sys.monitoring.rst

diff --git a/Doc/library/sys.monitoring.rst b/Doc/library/sys.monitoring.rst
index 762581b7eda7f1..4980227c60b21e 100644
--- a/Doc/library/sys.monitoring.rst
+++ b/Doc/library/sys.monitoring.rst
@@ -75,9 +75,6 @@ following IDs are pre-defined to make co-operation of tools 
easier::
   sys.monitoring.PROFILER_ID = 2
   sys.monitoring.OPTIMIZER_ID = 5
 
-There is no obligation to set an ID, nor is there anything preventing a tool
-from using an ID even it is already in use.
-However, tools are encouraged to use a unique ID and respect other tools.
 
 Events
 ------

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to