[New-bugs-announce] [issue33863] Enum doc correction relating to __members__

Ethan Furman report at bugs.python.org
Thu Jun 14 15:57:49 EDT 2018


New submission from Ethan Furman <ethan at stoneleaf.us>:

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".

----------
messages: 319543
nosy: adelfino, barry, eli.bendersky, ethan.furman
priority: normal
severity: normal
stage: needs patch
status: open
title: Enum doc correction relating to __members__
versions: Python 3.6, Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33863>
_______________________________________


More information about the New-bugs-announce mailing list