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 Gerrit.Holl, docs@python, ethan.furman, methane, xtreak
Date 2018-08-27.22:27:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1535408839.79.0.56676864532.issue34487@psf.upfronthosting.co.za>
In-reply-to
Content
All those attributes live in the Enum class.  If you use a non-existent attribute, such as _name, then the metaclass will be called to check if that name is actually an Enum member.
History
Date User Action Args
2018-08-27 22:27:19ethan.furmansetrecipients: + ethan.furman, methane, docs@python, Gerrit.Holl, xtreak
2018-08-27 22:27:19ethan.furmansetmessageid: <1535408839.79.0.56676864532.issue34487@psf.upfronthosting.co.za>
2018-08-27 22:27:19ethan.furmanlinkissue34487 messages
2018-08-27 22:27:19ethan.furmancreate