diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-12-08 19:52:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-08 19:52:24 (GMT) |
commit | 14eaa7d75282d8458455c41e9e871c56db8b9a10 (patch) | |
tree | 43d3f1b44df2ca5414f76a5f54175ed2850d7997 /Misc/NEWS.d/next/Library/2020-10-02-10-19-49.bpo-41907.wiIEsz.rst | |
parent | a3a4bf3b8dc79e4ec4f24f59bd1e9e2a75229112 (diff) | |
download | cpython-14eaa7d75282d8458455c41e9e871c56db8b9a10.zip cpython-14eaa7d75282d8458455c41e9e871c56db8b9a10.tar.gz cpython-14eaa7d75282d8458455c41e9e871c56db8b9a10.tar.bz2 |
bpo-41907: [Enum] fix format() behavior for IntFlag (GH-22497) (GH-23703)
(cherry picked from commit 37440eef7f9a0c27e13fc9ce0850574bb00688b0)
Diffstat (limited to 'Misc/NEWS.d/next/Library/2020-10-02-10-19-49.bpo-41907.wiIEsz.rst')
-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` |