Skip to content

One fuzzy string in tutorial/stdlib.po #23

Closed
@adrianliaw

Description

@adrianliaw

There's one fuzzy string inside tutorial/stdlib.po, which is about the email library. It seems like the text "RFC 2822" has changed to an interpreted text syntax in the source. See this diff from git log -L 309,322:tutorial/stdlib.po

+++ b/tutorial/stdlib.po
@@ -309,13 +309,14 @@
 #: ../../tutorial/stdlib.rst:319
+#, fuzzy
 msgid ""
 "The :mod:`email` package is a library for managing email messages, including "
-"MIME and other RFC 2822-based message documents. Unlike :mod:`smtplib` and :"
-"mod:`poplib` which actually send and receive messages, the email package has "
-"a complete toolset for building or decoding complex message structures "
-"(including attachments) and for implementing internet encoding and header "
-"protocols."
+"MIME and other :rfc:`2822`-based message documents. Unlike :mod:`smtplib` "
+"and :mod:`poplib` which actually send and receive messages, the email "
+"package has a complete toolset for building or decoding complex message "
+"structures (including attachments) and for implementing internet encoding "
+"and header protocols."

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions