mirror of
https://github.com/python/cpython.git
synced 2026-06-17 15:16:42 +00:00
Backport to 3.13
This commit is contained in:
parent
4830d291e7
commit
a4e8a42306
1 changed files with 4 additions and 4 deletions
|
|
@ -10,10 +10,10 @@
|
|||
|
||||
.. note::
|
||||
|
||||
:mod:`sys.monitoring` is a namespace within the :mod:`sys` module,
|
||||
not an independent module, so there is no need to
|
||||
``import sys.monitoring``, simply ``import sys`` and then use
|
||||
``sys.monitoring``.
|
||||
:mod:`!sys.monitoring` is a namespace within the :mod:`sys` module,
|
||||
not an independent module, and ``import sys.monitoring`` would fail
|
||||
with a :exc:`ModuleNotFoundError`. Instead, simply ``import sys``
|
||||
and then use ``sys.monitoring``.
|
||||
|
||||
|
||||
This namespace provides access to the functions and constants necessary to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue