]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-111181: Fix enum doctests (GH-111180) (GH-111617)
authorEthan Furman <ethan@stoneleaf.us>
Fri, 3 Nov 2023 23:51:56 +0000 (16:51 -0700)
committerGitHub <noreply@github.com>
Fri, 3 Nov 2023 23:51:56 +0000 (16:51 -0700)
commit4a6116967228f8399d4e5bc4dfed6f6da81202e3
tree048b4b1a9af49ab779799373f96c840483b6389d
parenta106f61b728b61269ffff5d0909be044e7c8c41e
[3.11] gh-111181: Fix enum doctests (GH-111180) (GH-111617)

gh-111181: Fix enum doctests (GH-111180)

Co-authored-by: Ethan Furman <ethan@stoneleaf.us>
(cherry picked from commit c4dc5a6ae8aa13abb743182df088f1a3526d1bcd)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Doc/howto/enum.rst
Lib/enum.py
Lib/test/test_enum.py