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
12341234
12351235 (Contributed by Pradyun Gedam in :gh: `95299 `.)
12361236
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+
12371241* :mod: `ftplib `: Remove the ``FTP_TLS.ssl_version `` class attribute: use the
12381242 *context * parameter instead.
12391243 (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.
27522752.. section: Library
27532753
27542754 Add deprecation warning for enum ``member.member `` access (e.g.
2755- ``Color.RED.BLUE ``).
2755+ ``Color.RED.BLUE ``). Remove `` EnumMeta.__getattr__ ``.
27562756
27572757..
27582758
You can’t perform that action at this time.
0 commit comments