-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
Fix note in Enum.__new__ docs #118284
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
Fix note in Enum.__new__ docs #118284
Conversation
While we’re at it:
where the link goes to Should we update these links to go to |
Yes, let's fix the link to |
Thanks @flying-sheep for the PR, and @JelleZijlstra for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
Sorry, @flying-sheep and @JelleZijlstra, I could not cleanly backport this to
|
GH-118325 is a backport of this pull request to the 3.12 branch. |
(cherry picked from commit 5a4d3df) Co-authored-by: Philipp A <[email protected]>
(cherry picked from commit 5a4d3df) Co-authored-by: Philipp A <[email protected]>
Was introduced in #116065
Should be backported to 3.12
📚 Documentation preview 📚: https://cpython-previews--118284.org.readthedocs.build/en/118284/library/enum.html#enum.Enum.__new__