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 6cce942 commit 3e6f19bCopy full SHA for 3e6f19b
Doc/whatsnew/3.11.rst
@@ -610,6 +610,14 @@ Added non parallel-safe :func:`~contextlib.chdir` context manager to change
610
the current working directory and then restore it on exit. Simple wrapper
611
around :func:`~os.chdir`. (Contributed by Filipe Laíns in :issue:`25625`)
612
613
+dataclasses
614
+-----------
615
+
616
+* Change field default mutability check, allowing only defaults which are
617
+ :term:`hashable` instead of any object which is not an instance of
618
+ :class:`dict`, :class:`list` or :class:`set`. (Contributed by Eric V. Smith in
619
+ :issue:`44674`.)
620
621
datetime
622
--------
623
0 commit comments