mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
[3.12] gh-106762: Add news for EnumMeta.__getattr__
removal (GH-107466) (GH-107509)
gh-106762: Add news for `EnumMeta.__getattr__` removal (GH-107466)
(cherry picked from commit de51dede5b
)
Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
This commit is contained in:
parent
5f7862dc1f
commit
0fbe69fc41
2 changed files with 5 additions and 1 deletions
|
@ -1234,6 +1234,10 @@ Removed
|
||||||
|
|
||||||
(Contributed by Pradyun Gedam in :gh:`95299`.)
|
(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
|
* :mod:`ftplib`: Remove the ``FTP_TLS.ssl_version`` class attribute: use the
|
||||||
*context* parameter instead.
|
*context* parameter instead.
|
||||||
(Contributed by Victor Stinner in :gh:`94172`.)
|
(Contributed by Victor Stinner in :gh:`94172`.)
|
||||||
|
|
|
@ -2752,7 +2752,7 @@ by Shin-myoung-serp.
|
||||||
.. section: Library
|
.. section: Library
|
||||||
|
|
||||||
Add deprecation warning for enum ``member.member`` access (e.g.
|
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