]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44342: [Enum] sync current docs to 3.10 (GH-26750)
authorEthan Furman <ethan@stoneleaf.us>
Wed, 16 Jun 2021 01:51:19 +0000 (18:51 -0700)
committerGitHub <noreply@github.com>
Wed, 16 Jun 2021 01:51:19 +0000 (18:51 -0700)
commit741b8ae1cfc507902eb57e20f003487af13e40c0
tree685e72af60f09294fbe5195ce2fc08e540181afe
parentac38a9f2dfbba95f5d4338eb11a0221d38ef9328
bpo-44342: [Enum] sync current docs to 3.10 (GH-26750)
Doc/library/enum.rst
Lib/enum.py
Lib/test/test_enum.py