]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112328: Make EnumDict usable on its own and document it (GH-123669)
authorPetr Viktorin <encukou@gmail.com>
Fri, 20 Dec 2024 19:40:58 +0000 (20:40 +0100)
committerGitHub <noreply@github.com>
Fri, 20 Dec 2024 19:40:58 +0000 (11:40 -0800)
commit2a66dd33dfc0b845042da9bb54aaa4e890733f54
treef1d64ee79cc6f670d53e8160128521d7007cebed
parent3879ca0100942ae15a09ac22889cbe3e46d424eb
gh-112328: Make EnumDict usable on its own and document it (GH-123669)

Co-authored-by: Rafi <rafi.promit@gmail.com>
Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
Co-authored-by: Ethan Furman <ethan@stoneleaf.us>
Doc/library/enum.rst
Doc/whatsnew/3.13.rst
Lib/enum.py
Lib/test/test_enum.py
Misc/NEWS.d/next/Library/2024-09-04-14-13-14.gh-issue-121720.z9hhXQ.rst [new file with mode: 0644]