]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41907: [Enum] fix format() behavior for IntFlag (GH-22497) (GH-23703)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 8 Dec 2020 19:52:24 +0000 (11:52 -0800)
committerGitHub <noreply@github.com>
Tue, 8 Dec 2020 19:52:24 +0000 (11:52 -0800)
commit14eaa7d75282d8458455c41e9e871c56db8b9a10
tree43d3f1b44df2ca5414f76a5f54175ed2850d7997
parenta3a4bf3b8dc79e4ec4f24f59bd1e9e2a75229112
bpo-41907: [Enum] fix format() behavior for IntFlag (GH-22497) (GH-23703)

(cherry picked from commit 37440eef7f9a0c27e13fc9ce0850574bb00688b0)
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]