@@ -20,7 +20,7 @@ msgid ""
2020msgstr ""
2121"Project-Id-Version : Python 3.12\n "
2222"Report-Msgid-Bugs-To : \n "
23- "POT-Creation-Date : 2024-02-09 14:13 +0000\n "
23+ "POT-Creation-Date : 2024-03-08 14:14 +0000\n "
2424"PO-Revision-Date : 2021-06-28 00:54+0000\n "
2525"
Last-Translator :
Freesand Leo <[email protected] >, 2024\n "
2626"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -945,6 +945,10 @@ msgstr ""
945945"*allow_broadcast* 和 *sock* 等形参。"
946946
947947#: ../../library/asyncio-eventloop.rst:608
948+ msgid "Added support for Windows."
949+ msgstr "添加WIndows的支持。"
950+
951+ #: ../../library/asyncio-eventloop.rst:611
948952msgid ""
949953"The *reuse_address* parameter is no longer supported, as using "
950954":ref:`socket.SO_REUSEADDR <socket-unix-constants>` poses a significant "
@@ -954,15 +958,15 @@ msgstr ""
954958"*reuse_address* 形参已不再受支持,因为使用 :ref:`socket.SO_REUSEADDR <socket-unix-"
955959"constants>` 对于 UDP 会造成显著的安全问题。 显式地传入 ``reuse_address=True`` 将引发异常。"
956960
957- #: ../../library/asyncio-eventloop.rst:614
961+ #: ../../library/asyncio-eventloop.rst:617
958962msgid ""
959963"When multiple processes with differing UIDs assign sockets to an identical "
960964"UDP socket address with ``SO_REUSEADDR``, incoming packets can become "
961965"randomly distributed among the sockets."
962966msgstr ""
963967"当具有不同 UID 的多个进程将套接字赋给具有 ``SO_REUSEADDR`` 的相同 UDP 套接字地址时,传入的数据包可能会在套接字间随机分配。"
964968
965- #: ../../library/asyncio-eventloop.rst:618
969+ #: ../../library/asyncio-eventloop.rst:621
966970msgid ""
967971"For supported platforms, *reuse_port* can be used as a replacement for "
968972"similar functionality. With *reuse_port*, :ref:`socket.SO_REUSEPORT <socket-"
@@ -973,16 +977,11 @@ msgstr ""
973977":ref:`socket.SO_REUSEPORT <socket-unix-constants>`,它能防止具有不同 UID "
974978"的进程将套接字赋给相同的套接字地址。"
975979
976- #: ../../library/asyncio-eventloop.rst:625
977- msgid "Added support for Windows."
978- msgstr "添加WIndows的支持。"
979-
980980#: ../../library/asyncio-eventloop.rst:628
981981msgid ""
982- "The *reuse_address* parameter, disabled since Python 3.9.0, 3. 8.1, 3.7.6 and"
983- " 3.6.10, has been entirely removed."
982+ "The *reuse_address* parameter, disabled since Python 3.8.1, 3.7.6 and "
983+ "3.6.10, has been entirely removed."
984984msgstr ""
985- "自 Python 3.9.0, 3.8.1, 3.7.6 和 3.6.10 起被禁用的 *reuse_address* 形参现已被完全移除。"
986985
987986#: ../../library/asyncio-eventloop.rst:637
988987msgid "Create a Unix connection."
0 commit comments