Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d64b588

Browse files
[po] auto sync
1 parent d117cca commit d64b588

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

library/socket.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2150,6 +2150,9 @@ msgid ""
21502150
"the operation has completed. If zero is given, the socket is put in non-"
21512151
"blocking mode. If ``None`` is given, the socket is put in blocking mode."
21522152
msgstr ""
2153+
"为阻塞套接字的操作设置超时。*value* 参数可以是非负浮点数,表示秒,也可以是 "
2154+
"``None``。如果赋为一个非零值,那么如果在操作完成前超过了超时时间 *value*,后续的套接字操作将抛出 :exc:`timeout` "
2155+
"异常。如果赋为 0,则套接字将处于非阻塞模式。如果指定为 ``None``,则套接字将处于阻塞模式。"
21532156

21542157
#: ../../library/socket.rst:1621
21552158
msgid ""

0 commit comments

Comments
 (0)