bpo-34909: NEWS entry (GH-9995)

This commit is contained in:
Ned Deily 2018-10-20 00:44:21 -04:00 committed by GitHub
parent aa95bfb5fe
commit 8c9fd9c91b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
Enum: fix grandchildren subclassing when parent mixed with concrete data
types.