From 03ca8b5f23e9fe122bb0ca80397a2481c10cd7c4 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Sat, 20 Oct 2018 00:35:43 -0400 Subject: [PATCH] bpo-34909: NEWS entry. --- .../next/Library/2018-10-20-00-35-19.bpo-34909.Ew_8DC.rst | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Misc/NEWS.d/next/Library/2018-10-20-00-35-19.bpo-34909.Ew_8DC.rst diff --git a/Misc/NEWS.d/next/Library/2018-10-20-00-35-19.bpo-34909.Ew_8DC.rst b/Misc/NEWS.d/next/Library/2018-10-20-00-35-19.bpo-34909.Ew_8DC.rst new file mode 100644 index 000000000000..b71b69ad8522 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-10-20-00-35-19.bpo-34909.Ew_8DC.rst @@ -0,0 +1,2 @@ +Enum: fix grandchildren subclassing when parent mixed with concrete data +types. -- 2.47.3