]> granicus.if.org Git - python/commitdiff
bpo-34909: NEWS entry (GH-9995)
authorNed Deily <nad@python.org>
Sat, 20 Oct 2018 04:44:21 +0000 (00:44 -0400)
committerGitHub <noreply@github.com>
Sat, 20 Oct 2018 04:44:21 +0000 (00:44 -0400)
Misc/NEWS.d/next/Library/2018-10-20-00-29-43.bpo-34909.Ew_8DC.rst [new file with mode: 0644]

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