[issue29666] Issue in enum documentation

2017-03-02 Thread STINNER Victor
STINNER Victor added the comment: Doc has been fixed in Python 3.6 and 3.7. Thanks! -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___ ___

[issue29666] Issue in enum documentation

2017-03-02 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +325 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue29666] Issue in enum documentation

2017-03-02 Thread STINNER Victor
Changes by STINNER Victor : -- versions: +Python 3.6 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue29666] Issue in enum documentation

2017-02-28 Thread Kartik
Kartik added the comment: Hi I've edited the documentation to correct this and submitted a PR. -- nosy: +exqu17 pull_requests: +305 ___ Python tracker ___ ___

[issue29666] Issue in enum documentation

2017-02-27 Thread Ethan Furman
Ethan Furman added the comment: `Flag` and `IntFlag` are indeed the correct (and missing) names. -- nosy: +ethan.furman ___ Python tracker ___ ___

[issue29666] Issue in enum documentation

2017-02-27 Thread Jim Fasarakis-Hilliard
Jim Fasarakis-Hilliard added the comment: Yup, `IntFlags` is a typo, that's why the reference to it doesn't show too. Also, the fourth enum must be `Flag` which must of been omitted when it was added in `3.6`. -- nosy: +Jim Fasarakis-Hilliard ___ P

[issue29666] Issue in enum documentation

2017-02-27 Thread STINNER Victor
New submission from STINNER Victor: https://docs.python.org/dev/library/enum.html "This module defines four enumeration classes that can be used to define unique sets of names and values: Enum, IntEnum, and IntFlags" Enum, IntEnum, IntFlag: I count 3 classes, no 4? Moreover, the correct class