We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#22392 renamed the enum.EnumMeta metaclass to enum.EnumType. This originally went into 3.10 and was reverted (#27010), but remained on 3.11.
enum.EnumMeta
enum.EnumType
The renaming caused some problems for me with introspection code that looks at the name of classes to find their stubs (quora/pyanalyze#537).
I don't see anything wrong with the old name (EnumMeta). Could we return to the EnumMeta name to avoid gratuitously making upgrades harder?
EnumMeta
cc @ethanfurman for enum
#22392 renamed the
enum.EnumMetametaclass toenum.EnumType. This originally went into 3.10 and was reverted (#27010), but remained on 3.11.The renaming caused some problems for me with introspection code that looks at the name of classes to find their stubs (quora/pyanalyze#537).
I don't see anything wrong with the old name (
EnumMeta). Could we return to theEnumMetaname to avoid gratuitously making upgrades harder?cc @ethanfurman for enum