]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Enum: make `Flag` and `IntFlag` members iterable (GH-22221)
authorEthan Furman <ethan@stoneleaf.us>
Wed, 16 Sep 2020 20:01:00 +0000 (13:01 -0700)
committerGitHub <noreply@github.com>
Wed, 16 Sep 2020 20:01:00 +0000 (13:01 -0700)
commit7219e27087baaa8a5693b5bef1b1357bddbffa53
tree9235d51826e2a14c26220a63a536085615604d16
parentfc23a9483ef0d7c98bea9f82392377d0b6ef7b18
Enum: make `Flag` and `IntFlag` members iterable (GH-22221)
Doc/library/enum.rst
Lib/enum.py
Lib/test/test_enum.py
Misc/NEWS.d/next/Library/2020-09-12-16-18-42.bpo-32218.IpYkEe.rst [new file with mode: 0644]