We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
repr()
str()
I tried using StrEnum for choices and it printed choose from <Enum.FOO: 'foo'>, ... instead of choose from foo, .....
choose from <Enum.FOO: 'foo'>, ...
choose from foo, ....
Fix in #117766
3.12
Linux
Bug report
Bug description:
I tried using StrEnum for choices and it printed
choose from <Enum.FOO: 'foo'>, ...instead ofchoose from foo, .....Fix in #117766
CPython versions tested on:
3.12
Operating systems tested on:
Linux
Linked PRs