]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93118: [Enum] fix error message (GH-93138) (GH-93142)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 23 May 2022 21:37:18 +0000 (14:37 -0700)
committerGitHub <noreply@github.com>
Mon, 23 May 2022 21:37:18 +0000 (14:37 -0700)
commitb8c4cc6b76bde5371baee18c76146b86adb81dbb
tree5cc77d38424f5b7e3e2f811b5d529f8d8c59d3de
parentcea65730a75c06a34d00ffb29704cc7ac1a56b4b
gh-93118: [Enum] fix error message (GH-93138) (GH-93142)

Include member names in error message.
(cherry picked from commit a49721ea075a18a7787ace6752b4eb0954e1b607)
Lib/enum.py