[Python-checkins] bpo-34909: NEWS entry (GH-9995)

Ned Deily webhook-mailer at python.org
Sat Oct 20 00:44:29 EDT 2018


https://github.com/python/cpython/commit/8c9fd9c91ba748df68a11e3bf216fa158314c9b5
commit: 8c9fd9c91ba748df68a11e3bf216fa158314c9b5
branch: master
author: Ned Deily <nad at python.org>
committer: GitHub <noreply at github.com>
date: 2018-10-20T00:44:21-04:00
summary:

bpo-34909: NEWS entry (GH-9995)

files:
A Misc/NEWS.d/next/Library/2018-10-20-00-29-43.bpo-34909.Ew_8DC.rst

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.



More information about the Python-checkins mailing list