]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-34909: NEWS entry.
authorNed Deily <nad@python.org>
Sat, 20 Oct 2018 04:35:43 +0000 (00:35 -0400)
committerNed Deily <nad@python.org>
Sat, 20 Oct 2018 04:35:43 +0000 (00:35 -0400)
Misc/NEWS.d/next/Library/2018-10-20-00-35-19.bpo-34909.Ew_8DC.rst [new file with mode: 0644]

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 (file)
index 0000000..b71b69a
--- /dev/null
@@ -0,0 +1,2 @@
+Enum: fix grandchildren subclassing when parent mixed with concrete data
+types.