File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -1545,6 +1545,8 @@ msgid ""
1545
1545
"particular system. Until the problem is fixed, one can run Idle with the -n"
1546
1546
" command line switch."
1547
1547
msgstr ""
1548
+ "如果创建套接字连接的尝试失败,IDLE 将会通知你。 这样的失败可能是暂时性的,但是如果持续存在,问题可能是防火墙阻止了连接或某个系统配置错误。 "
1549
+ "在问题得到解决之前,可以使用 -n 命令行开关来运行 IDLE。"
1548
1550
1549
1551
#: ../../library/idle.rst:841
1550
1552
msgid ""
@@ -1559,6 +1561,10 @@ msgid ""
1559
1561
"these reasons, it is preferable to run IDLE with the default subprocess if "
1560
1562
"at all possible."
1561
1563
msgstr ""
1564
+ "如果 IDLE 启动时使用了 -n 命令行开关则它将在单个进程中运行并且将不再创建运行 RPC Python 执行服务器的子进程。 这适用于 "
1565
+ "Python 无法在你的系统平台上创建子进程或 RPC 套接字接口的情况。 但是,在这种模式下用户代码没有与 IDLE 本身相隔离。 而且,当选择 "
1566
+ "Run/Run Module (F5) 时运行环境也不会重启。 如果你的代码已被修改,你必须为受影响的模块执行 reload() 并重新导入特定的条目 "
1567
+ "(例如 from foo import baz) 才能让修改生效。 出于这些原因,在可能的情况下最好还是使用默认的子进程来运行 IDLE。"
1562
1568
1563
1569
#: ../../library/idle.rst:856
1564
1570
msgid "Help and preferences"
@@ -1577,6 +1583,9 @@ msgid ""
1577
1583
"Or click the TOC (Table of Contents) button and select a section header in "
1578
1584
"the opened box."
1579
1585
msgstr ""
1586
+ "Help 菜单项 \" IDLE Help\" 会显示标准库参考中 IDLE 一章的带格式 HTML 版本。 这些内容放在只读的 tkinter "
1587
+ "文本窗口中,与在浏览器中看到的内容类似。 可使用鼠标滚轮、滚动条或上下方向键来浏览文本。 或是点击 TOC (Table of Contents) "
1588
+ "按钮并在打开的选项框中选择一个节标题。"
1580
1589
1581
1590
#: ../../library/idle.rst:871
1582
1591
msgid ""
You can’t perform that action at this time.
0 commit comments