]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37062: Enum: add extended AutoNumber example (GH-22349) (GH-22370)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 23 Sep 2020 03:58:32 +0000 (20:58 -0700)
committerGitHub <noreply@github.com>
Wed, 23 Sep 2020 03:58:32 +0000 (20:58 -0700)
commit64362c2e435eddc5e84cea313d92bc0b96d227f7
tree79b09c8628ac4ffca0f68b2089f7ead381edab01
parentf27a1577d32f88c959e1ef6d0b12f25b2a54cdca
bpo-37062: Enum: add extended AutoNumber example (GH-22349) (GH-22370)

(cherry picked from commit 62e40d8450b9c78346ec3617de7fe3f0ad381510)

Co-authored-by: Ethan Furman <ethan@stoneleaf.us>
Doc/library/enum.rst
Misc/ACKS