]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.7] bpo-29577: Enum: mixin classes don't mix well with already mixed Enums (GH...
authorEthan Furman <ethan@stoneleaf.us>
Sat, 22 Sep 2018 05:26:32 +0000 (22:26 -0700)
committerGitHub <noreply@github.com>
Sat, 22 Sep 2018 05:26:32 +0000 (22:26 -0700)
commit0c076caaa82a9c6596e1fe1dbe6384d53f30a1a3
tree0833bdc585503850fa766c962c340f3ef8b2752f
parentc00f7037df3607c89323e68db3ab996b7df394de
[3.7] bpo-29577: Enum: mixin classes don't mix well with already mixed Enums (GH-9328) (GH-9486)

* 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]