]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111181: Fix enum doctests (GH-111180)
authorNikita Sobolev <mail@sobolevn.me>
Mon, 30 Oct 2023 19:56:29 +0000 (22:56 +0300)
committerGitHub <noreply@github.com>
Mon, 30 Oct 2023 19:56:29 +0000 (12:56 -0700)
commitc4dc5a6ae8aa13abb743182df088f1a3526d1bcd
tree8f4ac272a831679e9d3417ee2223d13be25568df
parentcd6e0a04a16535d8bc727c84f73730c53267184e
gh-111181: Fix enum doctests (GH-111180)

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