bpo-40066: Enum global repr doctest#25116
Closed
ethanfurman wants to merge 21 commits into
python:masterpython/cpython:masterfrom
ethanfurman:enum-global_repr-doctestethanfurman/cpython:enum-global_repr-doctestCopy head branch name to clipboard
Closed
bpo-40066: Enum global repr doctest#25116ethanfurman wants to merge 21 commits intopython:masterpython/cpython:masterfrom ethanfurman:enum-global_repr-doctestethanfurman/cpython:enum-global_repr-doctestCopy head branch name to clipboard
ethanfurman wants to merge 21 commits into
python:masterpython/cpython:masterfrom
ethanfurman:enum-global_repr-doctestethanfurman/cpython:enum-global_repr-doctestCopy head branch name to clipboard
Commits
Commits on Mar 25, 2021
- committed
- committed
make Enum.__str__ print name or value
Show description for 33cfa20committed- committed
- committed
wip
Show description for dfe01a1committedfix format for global string override
Show description for 2a5ace6committed- committed
plain Enum has updated str() and repr()
Show description for 49a46d0committed_stdlib_enum -> global_enum
Show description for e01379ccommitted- committed
- committed
- committed
- committed
- committed
- committed
minor updates
Show description for 4f43964committed- committed
Commits on Mar 26, 2021
Enum: streamline repr() and str(); improve docs
Show description for 7643863committed- committed