Ethan Furman <et...@stoneleaf.us> added the comment:

Enums have had a custom dir() from the beginning, partly because they are not 
standard objects and do not follow standard rules.

The question posed by this issue is whether Enums with mixed-in data types 
should show the inherited methods, and if yes, should it also show inherited 
`__dunders__`.

I'm inclined to say yes for the normal inherited methods, I'm not sure about 
inherited `__dunders__`.

----------

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

Reply via email to