Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-41816: add StrEnum #22337

Merged
merged 3 commits into from
Sep 22, 2020
Merged

bpo-41816: add StrEnum #22337

merged 3 commits into from
Sep 22, 2020

Conversation

ethanfurman
Copy link
Member

@ethanfurman ethanfurman commented Sep 21, 2020

StrEnum ensures that its members were already strings, or intended to
be strings.

https://bugs.python.org/issue41816

`StrEnum` ensures that its members were already strings, or intended to
be strings.
@ethanfurman ethanfurman merged commit 0063ff4 into python:master Sep 22, 2020
xzy3 pushed a commit to xzy3/cpython that referenced this pull request Oct 18, 2020
`StrEnum` ensures that its members were already strings, or intended to
be strings.
@ethanfurman ethanfurman deleted the enum-strenum branch April 15, 2021 14:08
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.

3 participants