]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44242: [Enum] improve error messages (GH-26669)
authorEthan Furman <ethan@stoneleaf.us>
Fri, 11 Jun 2021 09:44:43 +0000 (02:44 -0700)
committerGitHub <noreply@github.com>
Fri, 11 Jun 2021 09:44:43 +0000 (02:44 -0700)
commitc956734d7af83ad31f847d31d0d26df087add9a4
treea494709346b458ca95f262741887a53a68c84d59
parent304dfec8d3c0763734ea8b5fa2af1d9e1ce69ffa
bpo-44242: [Enum] improve error messages (GH-26669)
Lib/enum.py
Lib/test/test_enum.py