]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39234: `enum.auto()` default initial value as 1 (GH-17878)
authorYoSTEALTH <35307184+YoSTEALTH@users.noreply.github.com>
Mon, 6 Jan 2020 22:04:43 +0000 (16:04 -0600)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 6 Jan 2020 22:04:43 +0000 (14:04 -0800)
commit24bcefcb74231476b055bb6f0726642abeb10f04
treeb08fb0928e93f7535ac2289d6f0bdf7232797c99
parentb1ce22d086660d2505010694c8813cc67adf8f9e
bpo-39234: `enum.auto()` default initial value as 1 (GH-17878)

Updated as Eric mentioned "By default, the initial value starts at 1"

https://bugs.python.org/issue39234

Automerge-Triggered-By: @ericvsmith
Doc/library/enum.rst