summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2018-10-20 04:35:43 (GMT)
committerNed Deily <nad@python.org>2018-10-20 04:35:43 (GMT)
commit03ca8b5f23e9fe122bb0ca80397a2481c10cd7c4 (patch)
treeb9b93104e08918a3b0d56e42d22d9c8291d63175
parent6c06ef7dc310039361f931162857003548658cde (diff)
downloadcpython-03ca8b5f23e9fe122bb0ca80397a2481c10cd7c4.zip
cpython-03ca8b5f23e9fe122bb0ca80397a2481c10cd7c4.tar.gz
cpython-03ca8b5f23e9fe122bb0ca80397a2481c10cd7c4.tar.bz2
bpo-34909: NEWS entry.
-rw-r--r--Misc/NEWS.d/next/Library/2018-10-20-00-35-19.bpo-34909.Ew_8DC.rst2
1 files changed, 2 insertions, 0 deletions
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 0000000..b71b69a
--- /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.