Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
the current working directory and then restore it on exit. Simple wrapper
around :func:`~os.chdir`. (Contributed by Filipe LaĆns in :issue:`25625`)
+dataclasses
+-----------
+
+* Change field default mutability check, allowing only defaults which are
+ :term:`hashable` instead of any object which is not an instance of
+ :class:`dict`, :class:`list` or :class:`set`. (Contributed by Eric V. Smith in
+ :issue:`44674`.)
+
datetime
--------