Skip to content

Sync with CPython 3.13 #1118

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: 3.13
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions library/email.parser.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-11 10:17+0000\n"
"POT-Creation-Date: 2025-07-14 11:31+0000\n"
"PO-Revision-Date: 2018-05-23 16:01+0000\n"
"Last-Translator: Adrian Liaw <[email protected]>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
Expand Down Expand Up @@ -80,10 +80,10 @@ msgstr ""

#: ../../library/email.parser.rst:51
msgid ""
"The :class:`BytesFeedParser`, imported from the :mod:`email.parser."
"FeedParser` module, provides an API that is conducive to incremental parsing "
"of email messages, such as would be necessary when reading the text of an "
"email message from a source that can block (such as a socket). The :class:"
"The :class:`BytesFeedParser`, imported from the :mod:`email.feedparser` "
"module, provides an API that is conducive to incremental parsing of email "
"messages, such as would be necessary when reading the text of an email "
"message from a source that can block (such as a socket). The :class:"
"`BytesFeedParser` can of course be used to parse an email message fully "
"contained in a :term:`bytes-like object`, string, or file, but the :class:"
"`BytesParser` API may be more convenient for such use cases. The semantics "
Expand Down Expand Up @@ -206,7 +206,7 @@ msgstr ""
msgid ""
"Read all the data from the binary file-like object *fp*, parse the resulting "
"bytes, and return the message object. *fp* must support both the :meth:`~io."
"IOBase.readline` and the :meth:`~io.TextIOBase.read` methods."
"IOBase.readline` and the :meth:`~io.IOBase.read` methods."
msgstr ""

#: ../../library/email.parser.rst:161
Expand Down