Skip to content

Commit 7411098

Browse files
committed
gh-141510: Complete What's New in Python 3.15 for frozendict
Mention updated stdlib modules and built-in functions.
1 parent 11840ca commit 7411098

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,13 @@ For example::
211211
>>> a == b
212212
True
213213

214+
The following standard library modules have been updated to accept
215+
:class:`frozendict`: :mod:`copy`, :mod:`decimal`, :mod:`json`, :mod:`pickle`,
216+
:mod:`pprint` and :mod:`xml.etree.ElementTree`.
217+
218+
:func:`eval` and :func:`exec` now also accept :class:`frozendict` for
219+
*globals*.
220+
214221
.. seealso:: :pep:`814` for the full specification and rationale.
215222

216223
(Contributed by Victor Stinner and Donghee Na in :gh:`141510`.)

0 commit comments

Comments
 (0)