-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
bpo-46586: Fix more erroneous doc links to builtins #31429
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
Incorrectly pointed to built-in the property() function as mentioned in python#46586
This reverts commit 64f5b1d.
Hi, it looks like you need to merge |
Co-authored-by: Éric <merwok@netwok.org>
Co-authored-by: Éric <merwok@netwok.org>
Thanks for this PR! |
@merwok let's keep that for another PR, so we can land this one. |
I don’t really get why split these fixes into three changes here, two changes there (and the original ticket about |
Thanks @meersuri for the PR, and @JelleZijlstra for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10. |
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> Co-authored-by: Éric <merwok@netwok.org> (cherry picked from commit cc6ae4f) Co-authored-by: Meer Suri <46469858+meersuri@users.noreply.github.com>
Sorry, @meersuri and @JelleZijlstra, I could not cleanly backport this to |
GH-92198 is a backport of this pull request to the 3.10 branch. |
GH-92199 is a backport of this pull request to the 3.9 branch. |
…1429) (python#92199) Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> Co-authored-by: Éric <merwok@netwok.org>. (cherry picked from commit cc6ae4f) Co-authored-by: Meer Suri <46469858+meersuri@users.noreply.github.com>
https://bugs.python.org/issue46586