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 12c8a9e commit f09c33cCopy full SHA for f09c33c
Doc/whatsnew/3.11.rst
@@ -534,6 +534,14 @@ Added non parallel-safe :func:`~contextlib.chdir` context manager to change
534
the current working directory and then restore it on exit. Simple wrapper
535
around :func:`~os.chdir`. (Contributed by Filipe Laíns in :issue:`25625`)
536
537
+dataclasses
538
+-----------
539
+
540
+* Change field default mutability check, allowing only defaults which are
541
+ :term:`hashable` instead of any object which is not an instance of
542
+ :class:`dict`, :class:`list` or :class:`set`. (Contributed by Eric V. Smith in
543
+ :issue:`44674`.)
544
545
datetime
546
--------
547
0 commit comments