From 8c9fd9c91ba748df68a11e3bf216fa158314c9b5 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Sat, 20 Oct 2018 00:44:21 -0400 Subject: bpo-34909: NEWS entry (GH-9995) --- Misc/NEWS.d/next/Library/2018-10-20-00-29-43.bpo-34909.Ew_8DC.rst | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Misc/NEWS.d/next/Library/2018-10-20-00-29-43.bpo-34909.Ew_8DC.rst diff --git a/Misc/NEWS.d/next/Library/2018-10-20-00-29-43.bpo-34909.Ew_8DC.rst b/Misc/NEWS.d/next/Library/2018-10-20-00-29-43.bpo-34909.Ew_8DC.rst new file mode 100644 index 0000000..b71b69a --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-10-20-00-29-43.bpo-34909.Ew_8DC.rst @@ -0,0 +1,2 @@ +Enum: fix grandchildren subclassing when parent mixed with concrete data +types. -- cgit v0.12