Skip to content

[3.8] bpo-41817: use new StrEnum to ensure all members are strings (GH-22348)#22366

Merged
miss-islington merged 2 commits into
python:3.8from
miss-islington:backport-ea0711a-3.8
Sep 22, 2020
Merged

[3.8] bpo-41817: use new StrEnum to ensure all members are strings (GH-22348)#22366
miss-islington merged 2 commits into
python:3.8from
miss-islington:backport-ea0711a-3.8

Conversation

@miss-islington

@miss-islington miss-islington commented Sep 22, 2020

Copy link
Copy Markdown
Contributor
  • use new StrEnum to ensure all members are strings
    (cherry picked from commit ea0711a)

Co-authored-by: Ethan Furman ethan@stoneleaf.us

https://bugs.python.org/issue41817

…H-22348)

* use new StrEnum to ensure all members are strings
(cherry picked from commit ea0711a)

Co-authored-by: Ethan Furman <ethan@stoneleaf.us>
`StrEnum` does not exist in 3.8, so use original `(str, enum.Enum)` bases.
@miss-islington

Copy link
Copy Markdown
Contributor Author

@ethanfurman: Status check is done, and it's a failure ❌ .

@miss-islington miss-islington merged commit 6d372ef into python:3.8 Sep 22, 2020
@miss-islington miss-islington deleted the backport-ea0711a-3.8 branch September 22, 2020 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants