]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94943: [Enum] improve repr() when inheriting from a dataclass (GH-99740)
authorEthan Furman <ethan@stoneleaf.us>
Tue, 6 Dec 2022 21:43:41 +0000 (13:43 -0800)
committerGitHub <noreply@github.com>
Tue, 6 Dec 2022 21:43:41 +0000 (13:43 -0800)
commit679efbb080242fc5be63ad873968f05faeef889f
treef3ffc6086b327221e39a732707e47e0eb91da3b8
parent5da5aa4c3ebcddd1ccbea914f1768a863dc170f0
gh-94943: [Enum] improve repr() when inheriting from a dataclass (GH-99740)

Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Doc/howto/enum.rst
Doc/library/enum.rst
Lib/enum.py
Lib/test/test_enum.py
Misc/NEWS.d/next/Library/2022-11-23-23-58-45.gh-issue-94943.Oog0Zo.rst [new file with mode: 0644]