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 958bcf3 commit 5f9d4a1Copy full SHA for 5f9d4a1
1 file changed
Misc/NEWS.d/next/Library/2024-12-11-17-44-36.gh-issue-127794.VwmRsp.rst
@@ -1,4 +1,4 @@
1
When headers are added to :class:`email.message.Message` objects, either through
2
:meth:`email.message.Message.__setitem__` or :meth:`email.message.Message.add_header`,
3
-the field name is now validated according to :rfc:`RFC 5322, Section 3.6.8 <5322#section-3.6.8>`
+the field name is now validated according to :rfc:`RFC 5322, Section 2.2 <5322#section-2.2>`
4
and a :exc:`ValueError` is raised if the field name contains any invalid characters.
0 commit comments