Skip to content

Commit 4827bfd

Browse files
committed
Add marshal module
1 parent bce0fb6 commit 4827bfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ For example::
212212
True
213213

214214
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`.
215+
:class:`frozendict`: :mod:`copy`, :mod:`decimal`, :mod:`json`, :mod:`marshal`,
216+
:mod:`pickle`, :mod:`pprint` and :mod:`xml.etree.ElementTree`.
217217

218218
:func:`eval` and :func:`exec` accept :class:`frozendict` for *globals*, and
219219
:func:`type` accept :class:`frozendict` for *dict*.

0 commit comments

Comments
 (0)