Skip to content

Commit 5854d4b

Browse files
github-actions[bot]mattwang44
authored andcommitted
sync with cpython 3a8bdaf6
1 parent 6ab5104 commit 5854d4b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

library/ssl.po

+6-5
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: Python 3.13\n"
88
"Report-Msgid-Bugs-To: \n"
9-
"POT-Creation-Date: 2024-10-11 00:13+0000\n"
9+
"POT-Creation-Date: 2024-12-20 00:13+0000\n"
1010
"PO-Revision-Date: 2024-08-28 00:43+0800\n"
1111
"Last-Translator: Adrian Liaw <[email protected]>\n"
1212
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -3542,10 +3542,11 @@ msgstr ""
35423542
#: ../../library/ssl.rst:2510
35433543
msgid ""
35443544
"The :mod:`asyncio` module supports :ref:`non-blocking SSL sockets <ssl-"
3545-
"nonblocking>` and provides a higher level API. It polls for events using "
3546-
"the :mod:`selectors` module and handles :exc:`SSLWantWriteError`, :exc:"
3547-
"`SSLWantReadError` and :exc:`BlockingIOError` exceptions. It runs the SSL "
3548-
"handshake asynchronously as well."
3545+
"nonblocking>` and provides a higher level :ref:`Streams API <asyncio-"
3546+
"streams>`. It polls for events using the :mod:`selectors` module and "
3547+
"handles :exc:`SSLWantWriteError`, :exc:`SSLWantReadError` and :exc:"
3548+
"`BlockingIOError` exceptions. It runs the SSL handshake asynchronously as "
3549+
"well."
35493550
msgstr ""
35503551

35513552
#: ../../library/ssl.rst:2519

0 commit comments

Comments
 (0)