]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-120361: Add `nonmember` test with enum flags inside to `test_enum` (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 14 Jun 2024 19:08:21 +0000 (21:08 +0200)
committerGitHub <noreply@github.com>
Fri, 14 Jun 2024 19:08:21 +0000 (22:08 +0300)
commitda40fa35263893f78e75205c54fa3bcd24a64468
tree95ff2edd5a8d581f185d3e9202f4b6ce2eea2dfd
parent6e3e1124287858b6e22d10ac912e9b76afa3e41b
[3.13] gh-120361: Add `nonmember` test with enum flags inside to `test_enum` (GH-120364) (#120511)

gh-120361: Add `nonmember` test with enum flags inside to `test_enum` (GH-120364)

* gh-120361: Add `nonmember` test with enum flags inside to `test_enum`
(cherry picked from commit 7fadfd82ebf6ea90b38cb3f2a046a51f8601a205)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Doc/library/enum.rst
Lib/test/test_enum.py