diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-12-08 19:52:58 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-08 19:52:58 (GMT) |
commit | cbfcc67170d459bcf3e9d63d2f44eadec740bf69 (patch) | |
tree | adade1990f5a32741e8f203f77b18306b7bee348 /Misc | |
parent | b947b305a6833cc059214d5bdd2065edd65024c4 (diff) | |
download | cpython-cbfcc67170d459bcf3e9d63d2f44eadec740bf69.zip cpython-cbfcc67170d459bcf3e9d63d2f44eadec740bf69.tar.gz cpython-cbfcc67170d459bcf3e9d63d2f44eadec740bf69.tar.bz2 |
bpo-41907: [Enum] fix format() behavior for IntFlag (GH-22497) (GH-23704)
(cherry picked from commit 37440eef7f9a0c27e13fc9ce0850574bb00688b0)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-10-02-10-19-49.bpo-41907.wiIEsz.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-10-02-10-19-49.bpo-41907.wiIEsz.rst b/Misc/NEWS.d/next/Library/2020-10-02-10-19-49.bpo-41907.wiIEsz.rst new file mode 100644 index 0000000..aa337b3 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-10-02-10-19-49.bpo-41907.wiIEsz.rst @@ -0,0 +1 @@ +fix `format()` behavior for `IntFlag` |