mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
gh-112328: Document EnumDict in docs and release notes (GH-121720)
Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua> Co-authored-by: Ethan Furman <ethan@stoneleaf.us>
This commit is contained in:
parent
c14db20275
commit
39e69a7cd5
2 changed files with 21 additions and 1 deletions
|
@ -879,6 +879,11 @@ email
|
|||
(Contributed by Thomas Dwyer and Victor Stinner for :gh:`102988` to improve
|
||||
the :cve:`2023-27043` fix.)
|
||||
|
||||
enum
|
||||
----
|
||||
|
||||
* :class:`~enum.EnumDict` has been made public in :mod:`enum` to better support
|
||||
subclassing :class:`~enum.EnumType`.
|
||||
|
||||
fractions
|
||||
---------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue