https://github.com/python/cpython/commit/21e3b31424295cc0270f9040414bef2677224805
commit: 21e3b31424295cc0270f9040414bef2677224805
branch: 3.11
author: Miss Islington (bot) <[email protected]>
committer: ethanfurman <[email protected]>
date: 2024-02-08T14:02:45-08:00
summary:

[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 3f71c416c085cfaed49ef325f70eb374a4966256)

Co-authored-by: Finite State Machine 
<[email protected]>

files:
M Doc/library/enum.rst

diff --git a/Doc/library/enum.rst b/Doc/library/enum.rst
index deabc44ac25f0f..fd34fcd52637aa 100644
--- a/Doc/library/enum.rst
+++ b/Doc/library/enum.rst
@@ -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):
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to