summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2018-03-18-17-38-48.bpo-32953.t8WAWN.rst
blob: 03c1162c7833186171fe4c28dbb50afe2f557021 (plain)
1
2
3
4
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.