]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-111181: Fix enum doctests (GH-111180) (GH-111518)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 31 Oct 2023 22:01:28 +0000 (23:01 +0100)
committerGitHub <noreply@github.com>
Tue, 31 Oct 2023 22:01:28 +0000 (15:01 -0700)
commitec00397912ea57a896cb7029e14fad89371b8b2f
tree2f0efa07d2acab3f0abb328cbd8fc67cfa91933c
parent4f619e83fe1416c9b8d618533a0aaec0b4443b11
[3.12] gh-111181: Fix enum doctests (GH-111180) (GH-111518)

gh-111181: Fix enum doctests (GH-111180)
(cherry picked from commit c4dc5a6ae8aa13abb743182df088f1a3526d1bcd)

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