From: Ned Deily Date: Sat, 20 Oct 2018 04:35:43 +0000 (-0400) Subject: bpo-34909: NEWS entry. X-Git-Tag: v3.7.1~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=03ca8b5f23e9fe122bb0ca80397a2481c10cd7c4;p=thirdparty%2FPython%2Fcpython.git bpo-34909: NEWS entry. --- 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.