Closed
Description
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."