8000 gh-112328: Make EnumDict usable on its own and document it by encukou · Pull Request #123669 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-112328: Make EnumDict usable on its own and document it #123669

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Dec 20, 2024
Merged
Prev Previous commit
Next Next commit
Merge in the main branch
  • Loading branch information
encukou committed Sep 4, 2024
commit 361c9cac3de8b3ca1a8b333319c942d8cf0afc27
2 changes: 2 additions & 0 deletions Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -887,13 +887,15 @@ 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 order to allow subclasses
of :class:`~enum.EnumType` with advanced behavior like having multiple values
per member.


fractions
---------

Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.
0