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 John Hagen, barry, eli.bendersky, ethan.furman
Date 2016-05-10.02:06:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462845994.31.0.0707750709621.issue26988@psf.upfronthosting.co.za>
In-reply-to
Content
It's in _EnumDict.__getitem__; there's some duplication in __setitem__ for supporting Python 2 (although with 2 you have to use either the empty tuple, or some other handy thing that may go in the __doc__ attribute, for example).
History
Date User Action Args
2016-05-10 02:06:34ethan.furmansetrecipients: + ethan.furman, barry, eli.bendersky, John Hagen
2016-05-10 02:06:34ethan.furmansetmessageid: <1462845994.31.0.0707750709621.issue26988@psf.upfronthosting.co.za>
2016-05-10 02:06:34ethan.furmanlinkissue26988 messages
2016-05-10 02:06:33ethan.furmancreate