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 adelfino, barry, eli.bendersky, ethan.furman
Date 2018-06-14.19:57:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529006269.94.0.947875510639.issue33863@psf.upfronthosting.co.za>
In-reply-to
Content
Checking the docs for Enum I see that section 8.13.15.3.1 says:

  `__members__` is an `OrderedDict`

which is incorrect.  It should say "an ordered dictionary".
History
Date User Action Args
2018-06-14 19:57:49ethan.furmansetrecipients: + ethan.furman, barry, eli.bendersky, adelfino
2018-06-14 19:57:49ethan.furmansetmessageid: <1529006269.94.0.947875510639.issue33863@psf.upfronthosting.co.za>
2018-06-14 19:57:49ethan.furmanlinkissue33863 messages
2018-06-14 19:57:49ethan.furmancreate