https://github.com/python/cpython/commit/3f71c416c085cfaed49ef325f70eb374a4966256
commit: 3f71c416c085cfaed49ef325f70eb374a4966256
branch: main
author: Finite State Machine
<[email protected]>
committer: ethanfurman <[email protected]>
date: 2024-02-06T17:28:01-08:00
summary:
gh-115106 docs: 'enum.Flag.__iter__()' did not exist prior to Python 3.11
(GH-115107)
change versionchanged to versionadded
files:
M Doc/library/enum.rst
diff --git a/Doc/library/enum.rst b/Doc/library/enum.rst
index f31e6ea848f3b2..534939943d3326 100644
--- a/Doc/library/enum.rst
+++ b/Doc/library/enum.rst
@@ -534,9 +534,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]