[Enum] Enhance repr() when inheriting from dataclass #94943
Labels
3.12
only security fixes
stdlib
Python modules in the Lib dir
type-feature
A feature request or enhancement
In 3.10 and prior, a combined dataclass/enum such as
had a repr() similar to
In 3.11 that has been corrected to:
Ideally, that would be:
Linked PRs
The text was updated successfully, but these errors were encountered: