SIGN IN SIGN UP

bpo-42385: [Enum] add `_generate_next_value_` to StrEnum (GH-23735)

The default for auto() is to return an integer, which doesn't work for `StrEnum`.  The new `_generate_next_value_` for `StrEnum` returns the member name, lower cased.
E
Ethan Furman committed
efb13be72cbf49edf591936fafb120fe1b7d59f7
Parent: 9fc5713
Committed by GitHub <noreply@github.com> on 12/10/2020, 8:20:06 PM