1313# Meng Du <[email protected] >, 20191414# Zombie110year <[email protected] >, 20191515# Shengjing Zhu <[email protected] >, 201916- # Arisaka97 <[email protected] >, 20201716# Freesand Leo <[email protected] >, 202017+ # Arisaka97 <[email protected] >, 20201818#
1919#, fuzzy
2020msgid ""
@@ -23,7 +23,7 @@ msgstr ""
2323"Report-Msgid-Bugs-To : \n "
2424"POT-Creation-Date : 2020-02-09 12:40+0000\n "
2525"PO-Revision-Date : 2017-02-16 23:26+0000\n "
26- "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2020\n "
26+ "Last-Translator : Arisaka97 <solitaire2312@gmail .com>, 2020\n "
2727"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2828"MIME-Version : 1.0\n "
2929"Content-Type : text/plain; charset=UTF-8\n "
@@ -1562,13 +1562,15 @@ msgid ""
15621562" fail. The remote end will receive no more data (after queued data is "
15631563"flushed)."
15641564msgstr ""
1565+ "将套接字标记为关闭。当 :meth:`makefile()` "
1566+ "创建的所有文件对象都关闭时,底层系统资源(如文件描述符)也将关闭。一旦上述情况发生,将来对套接字对象的所有操作都会失败。对端将接收不到任何数据(清空队列数据后)。"
15651567
15661568#: ../../library/socket.rst:1125
15671569msgid ""
15681570"Sockets are automatically closed when they are garbage-collected, but it is "
15691571"recommended to :meth:`close` them explicitly, or to use a :keyword:`with` "
15701572"statement around them."
1571- msgstr ""
1573+ msgstr "垃圾回收时,套接字会自动关闭,但建议显式 :meth:`close` 它们,或在它们周围使用 :keyword:`with` 语句。 "
15721574
15731575#: ../../library/socket.rst:1129
15741576msgid ""
0 commit comments