-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
enum.Flag.__iter__()
is marked as "changed" in Python 3.11, but it's actually new
#115106
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
ethanfurman
pushed a commit
that referenced
this issue
Feb 7, 2024
…3.11 (GH-115107) change versionchanged to versionadded
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Feb 7, 2024
…ython 3.11 (pythonGH-115107) change versionchanged to versionadded (cherry picked from commit 3f71c41) Co-authored-by: Finite State Machine <38001514+finite-state-machine@users.noreply.github.com>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Feb 7, 2024
…ython 3.11 (pythonGH-115107) change versionchanged to versionadded (cherry picked from commit 3f71c41) Co-authored-by: Finite State Machine <38001514+finite-state-machine@users.noreply.github.com>
ethanfurman
pushed a commit
that referenced
this issue
Feb 8, 2024
ethanfurman
pushed a commit
that referenced
this issue
Feb 8, 2024
Thanks! |
fsc-eriker
pushed a commit
to fsc-eriker/cpython
that referenced
this issue
Feb 14, 2024
…ython 3.11 (pythonGH-115107) change versionchanged to versionadded
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Documentation
Doc/library/enum.rst
near line 537 reads:Flag.__iter__()
is new in Python 3.11, as already noted in typeshed and as may be verified using the following script:Linked PRs
enum.Flag.__iter__()
did not exist prior to Python 3.11 #115107The text was updated successfully, but these errors were encountered: