File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 66msgstr ""
77"Project-Id-Version : Python 3.14\n "
88"Report-Msgid-Bugs-To : \n "
9- "POT-Creation-Date : 2026-02-07 00:19 +0000\n "
9+ "POT-Creation-Date : 2026-04-11 16:06 +0000\n "
1010"PO-Revision-Date : 2025-11-07 17:51+0800\n "
1111"Last-Translator : Matt Wang <mattwang44@gmail.com>\n "
1212"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -21,10 +21,12 @@ msgid ":mod:`!sys.monitoring` --- Execution event monitoring"
2121msgstr ":mod:`!sys.monitoring` --- 執行事件監控"
2222
2323#: ../../library/sys.monitoring.rst:13
24+ #, fuzzy
2425msgid ""
2526":mod:`!sys.monitoring` is a namespace within the :mod:`sys` module, not an "
26- "independent module, so there is no need to ``import sys.monitoring``, simply "
27- "``import sys`` and then use ``sys.monitoring``."
27+ "independent module, and ``import sys.monitoring`` would fail with a :exc:"
28+ "`ModuleNotFoundError`. Instead, simply ``import sys`` and then use ``sys."
29+ "monitoring``."
2830msgstr ""
2931":mod:`!sys.monitoring` 是 :mod:`sys` 模組內的一個命名空間,不是一個獨立的模"
3032"組,所以不需要 ``import sys.monitoring``,只需 ``import sys`` 然後使用 ``sys."
You can’t perform that action at this time.
0 commit comments