]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94601: [Enum] fix inheritance for __str__ and friends (GH-94942)
authorEthan Furman <ethan@stoneleaf.us>
Mon, 18 Jul 2022 01:51:04 +0000 (18:51 -0700)
committerGitHub <noreply@github.com>
Mon, 18 Jul 2022 01:51:04 +0000 (18:51 -0700)
commitc961d14f85a0e3e53d5ad1182206ef34030f10b8
tree9d96259939db36f0c1d3007fb1e8bb5f425e6165
parent07aeb7405ea42729b95ecae225f1d96a4aea5121
gh-94601: [Enum] fix inheritance for __str__ and friends (GH-94942)
Lib/enum.py
Lib/test/test_enum.py