Skip to content

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

Merged
miss-islington merged 1 commit into
python:3.9from
miss-islington:backport-786d97a-3.9
Dec 25, 2020
Merged

[3.9] bpo-42727: [Enum] use super() and include **kwds (GH-23927)#23931
miss-islington merged 1 commit into
python:3.9from
miss-islington:backport-786d97a-3.9

Conversation

@miss-islington

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

Copy link
Copy Markdown
Contributor

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
Copy Markdown
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.

4 participants