]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94601: [Enum] fix inheritance for __str__ and friends (GH-94942)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 18 Jul 2022 02:18:41 +0000 (19:18 -0700)
committerGitHub <noreply@github.com>
Mon, 18 Jul 2022 02:18:41 +0000 (19:18 -0700)
commite747562345238cefd68ef6581feb17707a3a06ff
treeef44c9989736928ad2f1c2a577b309b09b8a82e1
parent8d0249e3458109f3d3b5d0e2b87cbf9d58dce072
gh-94601: [Enum] fix inheritance for __str__ and friends (GH-94942)

(cherry picked from commit c961d14f85a0e3e53d5ad1182206ef34030f10b8)

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