We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation
There's a number of improvements (e.g. StrEnum) in module enum in version 3.11.0b4 (see https://docs.python.org/3.11/library/enum.html#module-contents). However, module enum isn’t mentioned in 3.11's What's new documentation https://docs.python.org/3.11/whatsnew/3.11.html#improved-modules. I suggest adding there to announce. Now I only stumbled upon these new enum features by python/mypy#12841 of @AlexWaygood
StrEnum
enum
The text was updated successfully, but these errors were encountered:
It looks like @ethanfurman added this in #95455 and its there now, so closing this.
Sorry, something went wrong.
ethanfurman
No branches or pull requests
Documentation
There's a number of improvements (e.g.
StrEnum
) in moduleenum
in version 3.11.0b4 (see https://docs.python.org/3.11/library/enum.html#module-contents).However, module
enum
isn’t mentioned in 3.11's What's new documentation https://docs.python.org/3.11/whatsnew/3.11.html#improved-modules.I suggest adding there to announce. Now I only stumbled upon these new
enum
features by python/mypy#12841 of @AlexWaygoodThe text was updated successfully, but these errors were encountered: