-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
bpo-42727: [Enum] EnumMeta.__prepare__ now accepts **kwds #23917
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
Conversation
|
@ethanfurman: Please replace |
This reverts commit 6ec0ade.
|
Thanks @ethanfurman for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9. |
|
Sorry, @ethanfurman, I could not cleanly backport this to |
(cherry picked from commit 6ec0ade) Co-authored-by: Ethan Furman <ethan@stoneleaf.us>
|
GH-23926 is a backport of this pull request to the 3.9 branch. |
|
|
#23932 should fix the CI failure on the docs |
It was causing CI failures. the offending file came from #23917 ``` python3 tools/rstlint.py ../Misc/NEWS.d/next/ [2] ../Misc/NEWS.d/next/Library/2020-12-23-19-43-06.bpo-42727.WH3ODh.rst:1: default role used [2] ../Misc/NEWS.d/next/Library/2020-12-23-19-43-06.bpo-42727.WH3ODh.rst:2: default role used 2 problems with severity 2 found. Makefile:204: recipe for target 'check' failed ```
It was causing CI failures. the offending file came from python#23917 ``` python3 tools/rstlint.py ../Misc/NEWS.d/next/ [2] ../Misc/NEWS.d/next/Library/2020-12-23-19-43-06.bpo-42727.WH3ODh.rst:1: default role used [2] ../Misc/NEWS.d/next/Library/2020-12-23-19-43-06.bpo-42727.WH3ODh.rst:2: default role used 2 problems with severity 2 found. Makefile:204: recipe for target 'check' failed ``` (cherry picked from commit 8badade) Co-authored-by: Gregory P. Smith <greg@krypto.org>
It was causing CI failures. the offending file came from #23917 ``` python3 tools/rstlint.py ../Misc/NEWS.d/next/ [2] ../Misc/NEWS.d/next/Library/2020-12-23-19-43-06.bpo-42727.WH3ODh.rst:1: default role used [2] ../Misc/NEWS.d/next/Library/2020-12-23-19-43-06.bpo-42727.WH3ODh.rst:2: default role used 2 problems with severity 2 found. Makefile:204: recipe for target 'check' failed ``` (cherry picked from commit 8badade) Co-authored-by: Gregory P. Smith <greg@krypto.org>
It was causing CI failures. the offending file came from python#23917 ``` python3 tools/rstlint.py ../Misc/NEWS.d/next/ [2] ../Misc/NEWS.d/next/Library/2020-12-23-19-43-06.bpo-42727.WH3ODh.rst:1: default role used [2] ../Misc/NEWS.d/next/Library/2020-12-23-19-43-06.bpo-42727.WH3ODh.rst:2: default role used 2 problems with severity 2 found. Makefile:204: recipe for target 'check' failed ```
https://bugs.python.org/issue42727