Thanks to visit codestin.com Credit goes to github.com
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 bf5fd49 commit 4995f5fCopy full SHA for 4995f5f
1 file changed
Doc/whatsnew/3.11.rst
@@ -523,6 +523,14 @@ Added non parallel-safe :func:`~contextlib.chdir` context manager to change
523
the current working directory and then restore it on exit. Simple wrapper
524
around :func:`~os.chdir`. (Contributed by Filipe Laíns in :issue:`25625`)
525
526
+dataclasses
527
+-----------
528
+
529
+* Change field default mutability check, allowing only defaults which are
530
+ :term:`hashable` instead of any object which is not an instance of
531
+ :class:`dict`, :class:`list` or :class:`set`. (Contributed by Eric V. Smith in
532
+ :issue:`44674`.)
533
534
datetime
535
--------
536
0 commit comments