mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
[3.9] [Enum] update member.member removal (GH-29611)
Accessing one enum member from another originally raised an `AttributeError`, but became possible due to a performance boost implementation detail. In 3.11 it will again raise an `AttributeError`.
This commit is contained in:
parent
d754073927
commit
feccea6a7e
1 changed files with 1 additions and 1 deletions
|
@ -1152,7 +1152,7 @@ all-uppercase names for members)::
|
|||
|
||||
.. note::
|
||||
|
||||
This behavior is deprecated and will be removed in 3.12.
|
||||
This behavior is deprecated and will be removed in 3.11.
|
||||
|
||||
.. versionchanged:: 3.5
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue