-
-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f1779ec
commit 231dc56
Showing
1 changed file
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: Python 3.13\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-10-11 00:13+0000\n" | ||
"POT-Creation-Date: 2024-12-20 00:13+0000\n" | ||
"PO-Revision-Date: 2024-08-28 00:43+0800\n" | ||
"Last-Translator: Adrian Liaw <[email protected]>\n" | ||
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" | ||
|
@@ -3542,10 +3542,11 @@ msgstr "" | |
#: ../../library/ssl.rst:2510 | ||
msgid "" | ||
"The :mod:`asyncio` module supports :ref:`non-blocking SSL sockets <ssl-" | ||
"nonblocking>` and provides a higher level API. It polls for events using " | ||
"the :mod:`selectors` module and handles :exc:`SSLWantWriteError`, :exc:" | ||
"`SSLWantReadError` and :exc:`BlockingIOError` exceptions. It runs the SSL " | ||
"handshake asynchronously as well." | ||
"nonblocking>` and provides a higher level :ref:`Streams API <asyncio-" | ||
"streams>`. It polls for events using the :mod:`selectors` module and " | ||
"handles :exc:`SSLWantWriteError`, :exc:`SSLWantReadError` and :exc:" | ||
"`BlockingIOError` exceptions. It runs the SSL handshake asynchronously as " | ||
"well." | ||
msgstr "" | ||
|
||
#: ../../library/ssl.rst:2519 | ||
|