This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ethan.furman
Recipients AlexWaygood, barry, eli.bendersky, ethan.furman, serhiy.storchaka
Date 2022-01-17.17:02:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642438931.79.0.0210912264888.issue45535@roundup.psfhosted.org>
In-reply-to
Content
Fixed in 3.11.

Pure enums have a few more dir() entries now; mixed enums now show all inherited methods/attributes -- members still do not show up in member dirs (this is a good thing).
History
Date User Action Args
2022-01-17 17:02:11ethan.furmansetrecipients: + ethan.furman, barry, eli.bendersky, serhiy.storchaka, AlexWaygood
2022-01-17 17:02:11ethan.furmansetmessageid: <1642438931.79.0.0210912264888.issue45535@roundup.psfhosted.org>
2022-01-17 17:02:11ethan.furmanlinkissue45535 messages
2022-01-17 17:02:11ethan.furmancreate