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 00000000000000..b71b69ad852295 --- /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.