|
6 | 6 | msgstr ""
|
7 | 7 | "Project-Id-Version:Python 3.13\n"
|
8 | 8 | "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" |
10 | 10 | "PO-Revision-Date:2024-08-28 00:43+0800\n"
|
11 | 11 | "Last-Translator:Adrian Liaw <adrianliaw2000@gmail.com>\n"
|
12 | 12 | "Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
|
@@ -3542,10 +3542,11 @@ msgstr ""
|
3542 | 3542 | #:../../library/ssl.rst:2510
|
3543 | 3543 | msgid""
|
3544 | 3544 | "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." |
3549 | 3550 | msgstr""
|
3550 | 3551 |
|
3551 | 3552 | #:../../library/ssl.rst:2519
|
|