bpo-13553: Document tkinter.Tk args by csabella · Pull Request #4786 · python/cpython (original) (raw)
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated.
Once you have made the requested changes, please leave a comment on this pull request containing the phrase I have made the requested changes; please review again
. I will then notify any core developers who have left a review that you're ready for them to take another look at this pull request.
None of my comments are outdated by applying Serhiy's suggestions. My review just happened to start before the patch arrived, and except for 1, happen to be attached to the same sentences. Serhiy, please also review my comments.
Specifies that the main window for the application is to be embedded in |
---|
the window whose identifier is given, instead of being created as an |
independent toplevel window. |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While we are documenting the Tk class. Would it be worth it to document Tk attributes? master, children and tk.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The current page reads more like a 'getting started' or 'how to', so I wasn't sure how much detail to add. I know there's a separate bug issue where Terry figured out the difference between master and parent, so maybe it would be worthwhile to include that here?
I have made the requested changes; please review again.
Thanks for making the requested changes!
@terryjreedy: please review the changes made to this pull request.
@csabella Looks like this PR is almost OK, maybe just missing the mention that className
permits to choose the title of the window (last message of Mark). I tried to mark as resolved every actually resolved comments, I'll let you read the rest of them a last time.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, it seems the remaining comments don't need to be blocking.
Planning to merge this unless someone has further comments.
Thanks @csabella for the PR, and @JelleZijlstra for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10, 3.11.
🐍🍒⛏🤖
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
(cherry picked from commit c56e2bb)
Co-authored-by: Cheryl Sabella cheryl.sabella@gmail.com
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
(cherry picked from commit c56e2bb)
Co-authored-by: Cheryl Sabella cheryl.sabella@gmail.com
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
(cherry picked from commit c56e2bb)
Co-authored-by: Cheryl Sabella cheryl.sabella@gmail.com
miss-islington added a commit that referenced this pull request
(cherry picked from commit c56e2bb)
Co-authored-by: Cheryl Sabella cheryl.sabella@gmail.com
miss-islington added a commit that referenced this pull request
(cherry picked from commit c56e2bb)
Co-authored-by: Cheryl Sabella cheryl.sabella@gmail.com
miss-islington added a commit that referenced this pull request
(cherry picked from commit c56e2bb)
Co-authored-by: Cheryl Sabella cheryl.sabella@gmail.com
hello-adam pushed a commit to hello-adam/cpython that referenced this pull request
(cherry picked from commit c56e2bb)
Co-authored-by: Cheryl Sabella cheryl.sabella@gmail.com
Labels
Documentation in the Doc dir