]> granicus.if.org Git - python/commit
bpo-29577: Enum: mixin classes don't mix well with already mixed Enums (GH-9328)
authorEthan Furman <ethan@stoneleaf.us>
Sat, 22 Sep 2018 02:03:09 +0000 (19:03 -0700)
committerGitHub <noreply@github.com>
Sat, 22 Sep 2018 02:03:09 +0000 (19:03 -0700)
commit5bdab641da0afd8aa581dfbde4f82d88d337c4b5
tree492ee0a5d87717eeeb8abc992d71af18746f40c7
parentfd97d1f1af910a6222ea12aec42c456b64f9aee4
bpo-29577: Enum: mixin classes don't mix well with already mixed Enums (GH-9328)

* bpo-29577: allow multiple mixin classes
Doc/library/enum.rst
Lib/enum.py
Lib/test/test_enum.py
Misc/NEWS.d/next/Library/2018-09-14-20-00-47.bpo-29577.RzwKFD.rst [new file with mode: 0644]