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 <[email protected]>
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: <[email protected]>
2022-01-17 17:02:11ethan.furmanlinkissue45535 messages
2022-01-17 17:02:11ethan.furmancreate