-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
EnumType is not documented as new in 3.11 #107700
New issue
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
Labels
docs
Documentation in the Doc dir
Comments
Looks like |
@sobolevn -- I think the point is more that a A |
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
Aug 22, 2023
ethanfurman
pushed a commit
that referenced
this issue
Aug 22, 2023
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Aug 22, 2023
…ythonGH-108260) (cherry picked from commit e8ef0bd) Co-authored-by: Nikita Sobolev <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Aug 22, 2023
…ythonGH-108260) (cherry picked from commit e8ef0bd) Co-authored-by: Nikita Sobolev <[email protected]>
ambv
pushed a commit
that referenced
this issue
Aug 22, 2023
…H-108260) (#108300) (cherry picked from commit e8ef0bd) Co-authored-by: Nikita Sobolev <[email protected]>
ambv
pushed a commit
that referenced
this issue
Aug 22, 2023
…H-108260) (#108301) (cherry picked from commit e8ef0bd) Co-authored-by: Nikita Sobolev <[email protected]>
Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Documentation
In python 3.10 and earlier Enum's metaclass was called
EnumMeta
. https://docs.python.org/3.10/library/enum.html#enum-classesIn python 3.11 this was renamed EnumType (https://docs.python.org/3.11/whatsnew/3.11.html#enum).
However the fact that
EnumType
was introduced in Python 3.11 is not mentioned. https://docs.python.org/3.10/library/enum.html#enum-classesNor is the fact that
EnumMeta
still exists as an alias.This would be useful to document.
Linked PRs
EnumType
was added in 3.11 #108260EnumType
was added in 3.11 (GH-108260) #108300EnumType
was added in 3.11 (GH-108260) #108301The text was updated successfully, but these errors were encountered: