]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44242: [Enum] improve error messages (GH-26669)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 11 Jun 2021 09:58:57 +0000 (02:58 -0700)
committerGitHub <noreply@github.com>
Fri, 11 Jun 2021 09:58:57 +0000 (02:58 -0700)
commit0a186b1ec1fd094d825f08a4eb39fa83ef57067a
tree8be4b37faf606a705c7a24c8c6aef99a70c5a759
parente6d28a1a6ad22125fc3a6df2d611d79aa8d6f67e
bpo-44242: [Enum] improve error messages (GH-26669)

(cherry picked from commit c956734d7af83ad31f847d31d0d26df087add9a4)

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