From 34a5a61360927e22d080cbaee9009dd02e3faea2 Mon Sep 17 00:00:00 2001 From: "Eric V. Smith" Date: Tue, 6 Apr 2021 09:51:09 -0400 Subject: [PATCH] Fix blurb for bpo-43176. --- .../next/Library/2021-02-09-07-24-29.bpo-43176.bocNQn.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS.d/next/Library/2021-02-09-07-24-29.bpo-43176.bocNQn.rst b/Misc/NEWS.d/next/Library/2021-02-09-07-24-29.bpo-43176.bocNQn.rst index 66a175d21255c25..016514d9c3346cf 100644 --- a/Misc/NEWS.d/next/Library/2021-02-09-07-24-29.bpo-43176.bocNQn.rst +++ b/Misc/NEWS.d/next/Library/2021-02-09-07-24-29.bpo-43176.bocNQn.rst @@ -1 +1 @@ -Fixed processing of empty dataclasses. \ No newline at end of file +Fixed processing of a dataclass that inherits from a frozen dataclass with no fields. It is now correctly detected as an error.