]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41907: [Enum] fix format() behavior for IntFlag (GH-22497)
authorEthan Furman <ethan@stoneleaf.us>
Tue, 8 Dec 2020 19:14:10 +0000 (11:14 -0800)
committerGitHub <noreply@github.com>
Tue, 8 Dec 2020 19:14:10 +0000 (11:14 -0800)
commit37440eef7f9a0c27e13fc9ce0850574bb00688b0
treeb96c61bc2d39bef6d78dc3c9506ad69304051a9f
parentc168b5078f88874b9acd993ac886f82269c780dd
bpo-41907: [Enum] fix format() behavior for IntFlag (GH-22497)
Lib/enum.py
Lib/test/test_enum.py
Misc/NEWS.d/next/Library/2020-10-02-10-19-49.bpo-41907.wiIEsz.rst [new file with mode: 0644]