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 d117cca commit d64b588Copy full SHA for d64b588
1 file changed
library/socket.po
@@ -2150,6 +2150,9 @@ msgid ""
2150
"the operation has completed. If zero is given, the socket is put in non-"
2151
"blocking mode. If ``None`` is given, the socket is put in blocking mode."
2152
msgstr ""
2153
+"为阻塞套接字的操作设置超时。*value* 参数可以是非负浮点数,表示秒,也可以是 "
2154
+"``None``。如果赋为一个非零值,那么如果在操作完成前超过了超时时间 *value*,后续的套接字操作将抛出 :exc:`timeout` "
2155
+"异常。如果赋为 0,则套接字将处于非阻塞模式。如果指定为 ``None``,则套接字将处于阻塞模式。"
2156
2157
#: ../../library/socket.rst:1621
2158
msgid ""
0 commit comments