]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-88123: Implement new Enum __contains__ (GH-93298)
authorCarl Bordum Hansen <carl@bordum.dk>
Wed, 22 Jun 2022 07:04:04 +0000 (09:04 +0200)
committerGitHub <noreply@github.com>
Wed, 22 Jun 2022 07:04:04 +0000 (00:04 -0700)
commit9a479c3c1063f434629a1f7553f5a4715d738f30
treec7923f18e67f7ed4782d328b62b4d77d1ff4c261
parent6575841266b83f3121c188695c7513e551ade034
gh-88123: Implement new Enum __contains__ (GH-93298)

Co-authored-by: Ethan Furman <ethan@stoneleaf.us>
Lib/enum.py
Lib/test/test_enum.py
Misc/NEWS.d/next/Library/2022-05-27-22-17-11.gh-issue-88123.mkYl5q.rst [new file with mode: 0644]