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.

classification
Title: Enum and IntEnum classes are not defined in the documentation
Type: Stage: resolved
Components: Versions: Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: ethan.furman Nosy List: ethan.furman, python-dev
Priority: normal Keywords:

Created on 2014-01-27 20:37 by ethan.furman, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg209476 - (view) Author: Ethan Furman (ethan.furman) * (Python committer) Date: 2014-01-27 20:37
While trying to update the socket documentation it was brought to my attention that Enum and IntEnum are not defined as classes as far as the docs are concerned [1].

[1] http://bugs.python.org/issue20386#msg209473
msg210405 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-02-06 16:13
New changeset eeb582c0c014 by Ethan Furman in branch 'default':
Close issue20412: Updated Enum docs to have referencable Enum and IntEnum classes
http://hg.python.org/cpython/rev/eeb582c0c014
History
Date User Action Args
2022-04-11 14:57:57adminsetgithub: 64611
2014-02-06 16:13:12python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg210405

resolution: fixed
stage: resolved
2014-01-27 20:37:46ethan.furmancreate