[3.11] gh-115106 docs: 'enum.Flag.__iter__()' did not exist prior to Python 3.11 (GH-115107) (GH-115118)

change versionchanged to versionadded
(cherry picked from commit 3f71c416c0)

Co-authored-by: Finite State Machine <38001514+finite-state-machine@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2024-02-08 23:02:45 +01:00 committed by GitHub
parent 214ac16696
commit 21e3b31424
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -493,9 +493,7 @@ Data Types
>>> list(purple)
[<Color.RED: 1>, <Color.BLUE: 4>]
.. versionchanged:: 3.11
Aliases are no longer returned during iteration.
.. versionadded:: 3.11
.. method:: __len__(self):