|
6 | 6 | msgstr ""
|
7 | 7 | "Project-Id-Version: Python 3.13\n"
|
8 | 8 | "Report-Msgid-Bugs-To: \n"
|
9 |
| -"POT-Creation-Date: 2025-07-11 10:17+0000\n" |
| 9 | +"POT-Creation-Date: 2025-07-14 11:29+0000\n" |
10 | 10 | "PO-Revision-Date: 2018-05-23 16:01+0000\n"
|
11 | 11 | "Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
|
12 | 12 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
|
@@ -80,10 +80,10 @@ msgstr ""
|
80 | 80 |
|
81 | 81 | #: ../../library/email.parser.rst:51
|
82 | 82 | msgid ""
|
83 |
| -"The :class:`BytesFeedParser`, imported from the :mod:`email.parser." |
84 |
| -"FeedParser` module, provides an API that is conducive to incremental parsing " |
85 |
| -"of email messages, such as would be necessary when reading the text of an " |
86 |
| -"email message from a source that can block (such as a socket). The :class:" |
| 83 | +"The :class:`BytesFeedParser`, imported from the :mod:`email.feedparser` " |
| 84 | +"module, provides an API that is conducive to incremental parsing of email " |
| 85 | +"messages, such as would be necessary when reading the text of an email " |
| 86 | +"message from a source that can block (such as a socket). The :class:" |
87 | 87 | "`BytesFeedParser` can of course be used to parse an email message fully "
|
88 | 88 | "contained in a :term:`bytes-like object`, string, or file, but the :class:"
|
89 | 89 | "`BytesParser` API may be more convenient for such use cases. The semantics "
|
@@ -206,7 +206,7 @@ msgstr ""
|
206 | 206 | msgid ""
|
207 | 207 | "Read all the data from the binary file-like object *fp*, parse the resulting "
|
208 | 208 | "bytes, and return the message object. *fp* must support both the :meth:`~io."
|
209 |
| -"IOBase.readline` and the :meth:`~io.TextIOBase.read` methods." |
| 209 | +"IOBase.readline` and the :meth:`~io.IOBase.read` methods." |
210 | 210 | msgstr ""
|
211 | 211 |
|
212 | 212 | #: ../../library/email.parser.rst:161
|
|
0 commit comments