diff options
author | Ned Deily <nad@python.org> | 2018-10-20 04:44:21 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-20 04:44:21 (GMT) |
commit | 8c9fd9c91ba748df68a11e3bf216fa158314c9b5 (patch) | |
tree | 1cc25977f0b2b5e4a0220271cc5d0b36ea3a66e8 | |
parent | aa95bfb5fee366aa58c90b7e1c77fc7e183dbf3a (diff) | |
download | cpython-8c9fd9c91ba748df68a11e3bf216fa158314c9b5.zip cpython-8c9fd9c91ba748df68a11e3bf216fa158314c9b5.tar.gz cpython-8c9fd9c91ba748df68a11e3bf216fa158314c9b5.tar.bz2 |
bpo-34909: NEWS entry (GH-9995)
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-10-20-00-29-43.bpo-34909.Ew_8DC.rst | 2 |
1 files changed, 2 insertions, 0 deletions
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 0000000..b71b69a --- /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. |