diff options
author | Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> | 2022-01-17 15:18:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-17 15:18:13 (GMT) |
commit | 83d544b9292870eb44f6fca37df0aa351c4ef83a (patch) | |
tree | ea79ba5ffd709ae98958ad245b92983cc51c29e5 /Misc | |
parent | 16901c0482734dbd389b09ca3edfcf3e22faeed7 (diff) | |
download | cpython-83d544b9292870eb44f6fca37df0aa351c4ef83a.zip cpython-83d544b9292870eb44f6fca37df0aa351c4ef83a.tar.gz cpython-83d544b9292870eb44f6fca37df0aa351c4ef83a.tar.bz2 |
bpo-40066: [Enum] skip failing doc test (GH-30637)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-01-13-11-41-24.bpo-40066.1QuVli.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-01-13-11-41-24.bpo-40066.1QuVli.rst b/Misc/NEWS.d/next/Library/2022-01-13-11-41-24.bpo-40066.1QuVli.rst new file mode 100644 index 0000000..2df4878 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-01-13-11-41-24.bpo-40066.1QuVli.rst @@ -0,0 +1,2 @@ +``IntEnum``, ``IntFlag``, and ``StrEnum`` use the mixed-in type for their +``str()`` and ``format()`` output. |