Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb9b823e

Browse files
sync with cpython 2115e71e
1 parenta5b2754 commitb9b823e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎library/email.parser.po

Lines changed: 6 additions & 6 deletions
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:2025-07-11 10:17+0000\n"
9+
"POT-Creation-Date:2025-07-14 11:29+0000\n"
1010
"PO-Revision-Date:2018-05-23 16:01+0000\n"
1111
"Last-Translator:Adrian Liaw <adrianliaw2000@gmail.com>\n"
1212
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -80,10 +80,10 @@ msgstr ""
8080

8181
#:../../library/email.parser.rst:51
8282
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 emailmessages, such as would be necessary when reading the text of an "
86-
"emailmessage 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:"
8787
"`BytesFeedParser` can of course be used to parse an email message fully "
8888
"contained in a :term:`bytes-like object`, string, or file, but the :class:"
8989
"`BytesParser` API may be more convenient for such use cases. The semantics "
@@ -206,7 +206,7 @@ msgstr ""
206206
msgid""
207207
"Read all the data from the binary file-like object *fp*, parse the resulting "
208208
"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."
210210
msgstr""
211211

212212
#:../../library/email.parser.rst:161

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp