From: Ned Deily Date: Sat, 20 Oct 2018 04:44:21 +0000 (-0400) Subject: bpo-34909: NEWS entry (GH-9995) X-Git-Tag: v3.8.0a1~722 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8c9fd9c91ba748df68a11e3bf216fa158314c9b5;p=thirdparty%2FPython%2Fcpython.git bpo-34909: NEWS entry (GH-9995) --- 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 000000000000..b71b69ad8522 --- /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.