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

[3.9] bpo-42727: [Enum] use super() and include **kwds (GH-23927) #23931

Merged
merged 1 commit into from Dec 25, 2020

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Dec 25, 2020

for multiple inheritance support:

use super().new
pass **kwds to super().new
(cherry picked from commit 786d97a)

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

https://bugs.python.org/issue42727

for multiple inheritance support:

use super().new
pass **kwds to super().new
(cherry picked from commit 786d97a)

Co-authored-by: Ethan Furman <ethan@stoneleaf.us>
@miss-islington
Copy link
Contributor Author

@ethanfurman: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit fbffda2 into python:3.9 Dec 25, 2020
@miss-islington miss-islington deleted the backport-786d97a-3.9 branch December 25, 2020 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants