Ethan Furman <[email protected]> added the comment:
`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. ---------- nosy: +ethan.furman _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue39234> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
