File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -1234,6 +1234,10 @@ Removed
1234
1234
1235
1235
(Contributed by Pradyun Gedam in :gh: `95299 `.)
1236
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
+
1237
1241
* :mod: `ftplib `: Remove the ``FTP_TLS.ssl_version `` class attribute: use the
1238
1242
*context * parameter instead.
1239
1243
(Contributed by Victor Stinner in :gh: `94172 `.)
Original file line number Diff line number Diff line change @@ -2752,7 +2752,7 @@ by Shin-myoung-serp.
2752
2752
.. section: Library
2753
2753
2754
2754
Add deprecation warning for enum ``member.member `` access (e.g.
2755
- ``Color.RED.BLUE ``).
2755
+ ``Color.RED.BLUE ``). Remove `` EnumMeta.__getattr__ ``.
2756
2756
2757
2757
..
2758
2758
You can’t perform that action at this time.
0 commit comments