Julien Palard added the comment:

Your implementation looks right, but I don't see the point of defining 
combinations AB, AC, ABD in the Foo enum. Foo may only define A, B, C, D and 
outside of Foo anyone can build any needed combinations.

This way it looks clear in the Foo declaration (4 lines, 4 auto()). Did I 
missed a usefull usage of declaring combination inside the enum?

----------
nosy: +mdk

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29594>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to