bpo-41816: `StrEnum.__str__` is `str.__str__` (GH-22362)
use `str.__str__` for `StrEnum` so that `str(StrEnum.member)` is the same as directly accessing the string value of the `StrEnum` member
E
Ethan Furman committed
d986d1657e1e7b50807d0633cb31d96a2d866d42
Parent: 947adca
Committed by GitHub <noreply@github.com>
on 9/22/2020, 8:00:07 PM