[issue18635] Enum sets _member_type_ to instantiated values but not the class

Ethan Furman report at bugs.python.org
Fri Aug 2 22:13:50 CEST 2013


Ethan Furman added the comment:

Ah, so the Enum class has the mixin class as wall as / instead of the Enum member (which should find it via normal attribute lookup).

I have no problem with that.  I'll need to make a couple more changes to the code, add a test, etc., etc.

It won't make the first alpha, but should be ready for the second.

----------
nosy: +barry, eli.bendersky

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18635>
_______________________________________


More information about the Python-bugs-list mailing list