We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a92b2a commit 7c062e4Copy full SHA for 7c062e4
1 file changed
Misc/NEWS.d/next/Library/2025-03-01-13-36-02.gh-issue-128110.9wx_G0.rst
@@ -1,5 +1,5 @@
1
-Fix bug in the parsing of email address headers that could result in
+Fix bug in the parsing of :mod:`email` address headers that could result in
2
extraneous spaces in the decoded text when using a modern email policy.
3
-Space between pairs of adjacent rfc2047 encoded-words is now ignored, per
4
-rfc2047 section 6.2 (and consistent with existing parsing of unstructured
+Space between pairs of adjacent :rfc:`2047` encoded-words is now ignored, per
+section 6.2 (and consistent with existing parsing of unstructured
5
headers like *Subject*).
0 commit comments