We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49cceeb commit 8878a5fCopy full SHA for 8878a5f
Doc/whatsnew/3.11.rst
@@ -523,6 +523,13 @@ 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 can be
530
+ hashed instead of all instances of :class:`dict`, :class:`list` and
531
+ :class:`set` (Contributed by Eric V. Smith in :gh:`29867`)
532
533
datetime
534
--------
535
0 commit comments