aboutsummaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2021-11-29-19-37-20.bpo-44674.NijWLt.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2021-11-29-19-37-20.bpo-44674.NijWLt.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2021-11-29-19-37-20.bpo-44674.NijWLt.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-11-29-19-37-20.bpo-44674.NijWLt.rst b/Misc/NEWS.d/next/Library/2021-11-29-19-37-20.bpo-44674.NijWLt.rst
deleted file mode 100644
index 79e7a08b3b..0000000000
--- a/Misc/NEWS.d/next/Library/2021-11-29-19-37-20.bpo-44674.NijWLt.rst
+++ /dev/null
@@ -1,6 +0,0 @@
-Change how dataclasses disallows mutable default values. It used to
-use a list of known types (list, dict, set). Now it disallows
-unhashable objects to be defaults. It's using unhashability as a
-proxy for mutability. Patch by Eric V. Smith, idea by Raymond
-Hettinger.
-