Skip to content

Commit 108ff59

Browse 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 <[email protected]>
1 parent 7d2f88e commit 108ff59

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Doc/library/enum.rst

Lines 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)