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

Skip to content

Commit 40ae7c7

Browse files
[po] auto sync
1 parent 320b527 commit 40ae7c7

2 files changed

Lines changed: 5540 additions & 5519 deletions

File tree

library/socket.po

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1952,6 +1952,9 @@ msgid ""
19521952
"into the buffers, and *ancdata*, *msg_flags* and *address* are the same as "
19531953
"for :meth:`recvmsg`."
19541954
msgstr ""
1955+
"返回值为四元组: ``(nbytes, ancdata, msg_flags, address)``,其中 *nbytes* "
1956+
"是写入缓冲区的非辅助数据的字节总数,而 *ancdata*、*msg_flags* 和 *address* 与 :meth:`recvmsg` "
1957+
"中的相同。"
19551958

19561959
#: ../../library/socket.rst:1432
19571960
msgid "Example::"
@@ -1966,6 +1969,9 @@ msgid ""
19661969
"the meaning of the optional argument *flags*; it defaults to zero. (The "
19671970
"format of *address* depends on the address family --- see above.)"
19681971
msgstr ""
1972+
"从套接字接收数据,将其写入 *buffer* 而不是创建新的字节串。返回值是一对 ``(nbytes, address)``,其中 *nbytes* "
1973+
"是收到的字节数,*address* 是发送端套接字的地址。可选参数 *flags* 的含义请参阅 Unix 手册页 "
1974+
":manpage:`recv(2)`,它默认为零。( *address* 的格式取决于地址簇 —— 参见上文)"
19691975

19701976
#: ../../library/socket.rst:1463
19711977
msgid ""

0 commit comments

Comments
 (0)