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 e8be788 commit e8ca94eCopy full SHA for e8ca94e
1 file changed
library/telnetlib.po
@@ -185,6 +185,8 @@ msgid ""
185
"callback should access these data when it was invoked with a ``SE`` command."
186
" This method never blocks."
187
msgstr ""
188
+"返回在 SB/SE 对之间收集的数据(子选项 begin/end)。当使用 ``SE`` "
189
+"命令调用回调函数时,该回调函数应该访问这些数据。该方法永远不会阻塞。"
190
191
#: ../../library/telnetlib.rst:137
192
msgid ""
@@ -193,6 +195,8 @@ msgid ""
193
195
"specifies a timeout in seconds for blocking operations like the connection "
194
196
"attempt (if not specified, the global default timeout setting will be used)."
197
198
+"连接主机。第二个可选参数是端口号,默认为标准 Telnet 端口(23)。可选参数 *timeout* "
199
+"指定一个以秒为单位的超时时间用于像连接尝试这样的阻塞操作(如果没有指定,将使用全局默认超时设置)。"
200
201
#: ../../library/telnetlib.rst:142
202
msgid "Do not try to reopen an already connected instance."
0 commit comments