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 YoSTEALTH, docs@python, ethan.furman
Date 2020-01-06.19:48:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578340084.83.0.734986560314.issue39234@roundup.psfhosted.org>
In-reply-to
Content
`auto()` starts with 1 because Enum numbering starts at 1 (which is in the docs, albeit buried in the Functional API section).

Thank you for your effort to save somebody else from that frustration, though, I appreciate it.
History
Date User Action Args
2020-01-06 19:48:04ethan.furmansetrecipients: + ethan.furman, docs@python, YoSTEALTH
2020-01-06 19:48:04ethan.furmansetmessageid: <1578340084.83.0.734986560314.issue39234@roundup.psfhosted.org>
2020-01-06 19:48:04ethan.furmanlinkissue39234 messages
2020-01-06 19:48:04ethan.furmancreate