Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 108ff59

Browse filesBrowse files
[3.12] gh-115106 docs: 'enum.Flag.__iter__()' did not exist prior to Python 3.11 (GH-115107) (GH-115117)
change versionchanged to versionadded (cherry picked from commit 3f71c41) Co-authored-by: Finite State Machine <38001514+finite-state-machine@users.noreply.github.com>
1 parent 7d2f88e commit 108ff59
Copy full SHA for 108ff59

File tree

Expand file treeCollapse file tree

1 file changed

+1
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-3
lines changed

‎Doc/library/enum.rst

Copy file name to clipboardExpand all lines: Doc/library/enum.rst
+1-3Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -520,9 +520,7 @@ Data Types
520520
>>> list(purple)
521521
[<Color.RED: 1>, <Color.BLUE: 4>]
522522

523-
.. versionchanged:: 3.11
524-
525-
Aliases are no longer returned during iteration.
523+
.. versionadded:: 3.11
526524

527525
.. method:: __len__(self):
528526

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.