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

(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]