mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
gh-106762: Add news for EnumMeta.__getattr__
removal (GH-107466)
This commit is contained in:
parent
5eb80a61f5
commit
de51dede5b
2 changed files with 5 additions and 1 deletions
|
@ -1234,6 +1234,10 @@ Removed
|
|||
|
||||
(Contributed by Pradyun Gedam in :gh:`95299`.)
|
||||
|
||||
* :mod:`enum`: Remove ``EnumMeta.__getattr__``, which is no longer needed for
|
||||
enum attribute access.
|
||||
(Contributed by Ethan Furman in :gh:`95083`.)
|
||||
|
||||
* :mod:`ftplib`: Remove the ``FTP_TLS.ssl_version`` class attribute: use the
|
||||
*context* parameter instead.
|
||||
(Contributed by Victor Stinner in :gh:`94172`.)
|
||||
|
|
|
@ -2752,7 +2752,7 @@ by Shin-myoung-serp.
|
|||
.. section: Library
|
||||
|
||||
Add deprecation warning for enum ``member.member`` access (e.g.
|
||||
``Color.RED.BLUE``).
|
||||
``Color.RED.BLUE``). Remove ``EnumMeta.__getattr__``.
|
||||
|
||||
..
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue