Skip to content

Commit 15b02d0

Browse files
committed
Add blurb and What's New
1 parent aac08e8 commit 15b02d0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,8 @@ For example::
213213

214214
The following standard library modules have been updated to accept
215215
:class:`!frozendict`: :mod:`copy`, :mod:`decimal`, :mod:`json`, :mod:`marshal`,
216-
:mod:`pickle`, :mod:`pprint` and :mod:`xml.etree.ElementTree`.
216+
:mod:`plist` (only for serialization), :mod:`pickle`, :mod:`pprint` and
217+
:mod:`xml.etree.ElementTree`.
217218

218219
:func:`eval` and :func:`exec` accept :class:`!frozendict` for *globals*, and
219220
:func:`type` and :meth:`str.maketrans` accept :class:`!frozendict` for *dict*.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Support :class:`frozendict` in :mod:`plistlib`, for serialization only.
2+
Patch by Hugo van Kemenade.

0 commit comments

Comments
 (0)