-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
gh-66646: Explain __base__ attribute in the docs #102554
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
I’m not sure that this implementation detail should be documented in three places. |
@merwok Since |
I understand your reason, but still think one place would be better than 3. I would like to see other people’s opinion! For the markup, I meant this: https://devguide.python.org/documentation/markup/#codecell33 🙂 |
CC: @hugovk @CAM-Gerlach |
I don't have a strong opinion, but if it's an implementation detail, fewer places might be better. The search should help people find it when they're looking. |
@furkanonder, can you please rework this PR to align with the comments Raymond, Guido, and Éric gave on the issue? |
@erlend-aasland Based on Raymond, Guido, and Éric's feedback, I believe changes have been made. Could you please let me know if there is anything I missed? |
Not at all. I will repeat their comments here: Raymond said in #66646 (comment):
Guido followed up in #66646 (comment):
So, we're talking about a non-guaranteed implementation detail. You've also been told multiple times that a single mention is sufficient, yet you do not follow up this; your PR still changes three doc files, including the reference. "Worth a mention" is far from your PR which adds 64 (!) lines. I'm sorry, but I cannot see that you've taken any review or issue remarks into account. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@erlend-aasland, do you want to request more changes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for rebooting this @encukou.
I disagree a bit with the label ( |
Yeah, we generally backport docs improvements. |
Thanks @furkanonder for the PR, and @encukou for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
(cherry picked from commit faa169a) Co-authored-by: Furkan Onder <[email protected]> Co-authored-by: Éric <[email protected]>
(cherry picked from commit faa169a) Co-authored-by: Furkan Onder <[email protected]> Co-authored-by: Éric <[email protected]>
GH-140365 is a backport of this pull request to the 3.14 branch. |
GH-140366 is a backport of this pull request to the 3.13 branch. |
…H-140365) (cherry picked from commit faa169a) Co-authored-by: Furkan Onder <[email protected]> Co-authored-by: Éric <[email protected]>
…H-140366) (cherry picked from commit faa169a) Co-authored-by: Furkan Onder <[email protected]> Co-authored-by: Éric <[email protected]>
Thanks to all involved! |
Co-authored by: Anupama Srinivas Murthy