Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c366d0 commit d6e0ec2Copy full SHA for d6e0ec2
1 file changed
library/idle.po
@@ -1401,6 +1401,9 @@ msgid ""
1401
"results. For instance, ``sys.modules`` starts with more entries, and "
1402
"``threading.active_count()`` returns 2 instead of 1."
1403
msgstr ""
1404
+"除了少量例外,使用 IDLE 执行 Python 代码的结果应当与使用默认方法,即在文本模式的系统控制台或终端窗口中直接通过 Python "
1405
+"解释器执行同样的代码相同。 但是,不同的界面和操作有时会影响显示的结果。 例如,``sys.modules`` 初始时具有更多条目,而 "
1406
+"``threading.active_count()`` 将返回 2 而不是 1。"
1407
1408
#: ../../library/idle.rst:743
1409
msgid ""
0 commit comments