Skip to content

Commit 795dbdd

Browse files
committed
gh-141510: Document ParameterizedMIMEHeader.params change
1 parent f1cf762 commit 795dbdd

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Doc/library/email.headerregistry.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,10 @@ variant, :attr:`~.BaseHeader.max_count` is set to 1.
269269

270270
A dictionary mapping parameter names to parameter values.
271271

272+
.. versionchanged:: next
273+
It is now a :class:`frozendict` instead of a
274+
:class:`types.MappingProxyType`.
275+
272276

273277
.. class:: ContentTypeHeader
274278

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
``ParameterizedMIMEHeader.params`` of :mod:`email.headerregistry` is now a
2+
:class:`frozendict` instead of a :class:`types.MappingProxyType`. Patch by
3+
Victor Stinner.

0 commit comments

Comments
 (0)