Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
EnumMeta.__getattr__
1 parent 5f7862d commit 0fbe69fCopy full SHA for 0fbe69f
Doc/whatsnew/3.12.rst
@@ -1234,6 +1234,10 @@ Removed
1234
1235
(Contributed by Pradyun Gedam in :gh:`95299`.)
1236
1237
+* :mod:`enum`: Remove ``EnumMeta.__getattr__``, which is no longer needed for
1238
+ enum attribute access.
1239
+ (Contributed by Ethan Furman in :gh:`95083`.)
1240
+
1241
* :mod:`ftplib`: Remove the ``FTP_TLS.ssl_version`` class attribute: use the
1242
*context* parameter instead.
1243
(Contributed by Victor Stinner in :gh:`94172`.)
Misc/NEWS.d/3.12.0a1.rst
@@ -2752,7 +2752,7 @@ by Shin-myoung-serp.
2752
.. section: Library
2753
2754
Add deprecation warning for enum ``member.member`` access (e.g.
2755
-``Color.RED.BLUE``).
+``Color.RED.BLUE``). Remove ``EnumMeta.__getattr__``.
2756
2757
..
2758
0 commit comments