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 cool-RR, ethan.furman, python-dev
Date 2022-01-13.12:34:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642077256.95.0.28023643303.issue22506@roundup.psfhosted.org>
In-reply-to
Content
Ram asked:
---------
> Also, aren't you excluding a lot of important magic methods from that `dir`?

Ethan replied:
-------------
> We decided the dunder methods were not interesting, so declined to include
> them in the listing.  And no, we are not changing our minds on that.  ;)

------------------------------------------------------------------------------

UPDATE:  We have changed our minds, but only for enums that have a data type, such as `int` or `str`, mixed in.  This behavior should be in 3.11.
History
Date User Action Args
2022-01-13 12:34:17ethan.furmansetrecipients: + ethan.furman, cool-RR, python-dev
2022-01-13 12:34:16ethan.furmansetmessageid: <1642077256.95.0.28023643303.issue22506@roundup.psfhosted.org>
2022-01-13 12:34:16ethan.furmanlinkissue22506 messages
2022-01-13 12:34:16ethan.furmancreate