summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2018-03-18-17-38-48.bpo-32953.t8WAWN.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2018-03-18-17-38-48.bpo-32953.t8WAWN.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2018-03-18-17-38-48.bpo-32953.t8WAWN.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-03-18-17-38-48.bpo-32953.t8WAWN.rst b/Misc/NEWS.d/next/Library/2018-03-18-17-38-48.bpo-32953.t8WAWN.rst
deleted file mode 100644
index 03c1162..0000000
--- a/Misc/NEWS.d/next/Library/2018-03-18-17-38-48.bpo-32953.t8WAWN.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-If a non-dataclass inherits from a frozen dataclass, allow attributes to be
-added to the derived class. Only attributes from the frozen dataclass
-cannot be assigned to. Require all dataclasses in a hierarchy to be either
-all frozen or all non-frozen.