Nov. 15, 2015
9:15 a.m.
http://bugs.python.org/review/25594/diff/15947/Doc/library/enum.rst File Doc/library/enum.rst (right): http://bugs.python.org/review/25594/diff/15947/Doc/library/enum.rst#newcode7... Doc/library/enum.rst:733: Enum members are instances of an Enum class, and even though they are Good idea. http://bugs.python.org/review/25594/diff/15947/Doc/library/enum.rst#newcode7... Doc/library/enum.rst:747: The :attr:`__members__` attribtute is only available on the class. Fixed. http://bugs.python.org/review/25594/