From 2db51ee8b2b351b4a9179ca3c008d48d3d3587bf Mon Sep 17 00:00:00 2001 From: "Eric V. Smith" Date: Tue, 6 Apr 2021 10:08:18 -0400 Subject: [PATCH] Fix blurb for bpo-43176. (GH-25215) (cherry picked from commit 1744c96ebc98b240f2564f75191097704b37244f) Co-authored-by: Eric V. Smith --- .../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 66a175d21255c2..016514d9c3346c 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.