@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.12\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2024-11-01 14:52 +0000\n "
15+ "POT-Creation-Date : 2024-12-20 14:50 +0000\n "
1616"PO-Revision-Date : 2024-05-11 00:33+0000\n "
1717"
Last-Translator :
Rafael Fontenelle <[email protected] >, 2024\n "
1818"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -3559,14 +3559,12 @@ msgstr ""
35593559#: ../../library/ssl.rst:2371
35603560msgid ""
35613561"The :mod:`asyncio` module supports :ref:`non-blocking SSL sockets <ssl-"
3562- "nonblocking>` and provides a higher level API. It polls for events using the"
3563- " :mod:`selectors` module and handles :exc:`SSLWantWriteError`, "
3564- ":exc:`SSLWantReadError` and :exc:`BlockingIOError` exceptions. It runs the "
3565- "SSL handshake asynchronously as well."
3566- msgstr ""
3567- ":mod:`asyncio` 模块支持 :ref:`非阻塞 SSL 套接字 <ssl-nonblocking>` 并提供了更高层级的 API。 它会使用"
3568- " :mod:`selectors` 模块来轮询事件并处理 :exc:`SSLWantWriteError`, "
3569- ":exc:`SSLWantReadError` 和 :exc:`BlockingIOError` 等异常。 它还会异步地执行 SSL 握手。"
3562+ "nonblocking>` and provides a higher level :ref:`Streams API <asyncio-"
3563+ "streams>`. It polls for events using the :mod:`selectors` module and handles"
3564+ " :exc:`SSLWantWriteError`, :exc:`SSLWantReadError` and "
3565+ ":exc:`BlockingIOError` exceptions. It runs the SSL handshake asynchronously "
3566+ "as well."
3567+ msgstr ""
35703568
35713569#: ../../library/ssl.rst:2380
35723570msgid "Memory BIO Support"
0 commit comments