-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
bpo-41425: Make tkinter doc example runnable #21706
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
Hello, and thanks for your contribution! I'm a bot set up to make sure that the project can legally accept this contribution by verifying everyone involved has signed the PSF contributor agreement (CLA). Recognized GitHub usernameWe couldn't find a bugs.python.org (b.p.o) account corresponding to the following GitHub usernames: This might be simply due to a missing "GitHub Name" entry in one's b.p.o account settings. This is necessary for legal reasons before we can look at this contribution. Please follow the steps outlined in the CPython devguide to rectify this issue. You can check yourself to see if the CLA has been received. Thanks again for the contribution, we look forward to reviewing it! |
fa1cf8a
to
d242f97
Compare
d242f97
to
5433db2
Compare
I had to remove it to test the revised code.
Ankit: since the code you added was, as requested, copied from another example, I consider it 'trivial' enough to merge without your CLA signature. If you had changed the comments to conform to PEP-8, with other slight revisions, as I did, the CLA would have been required. If you intend to ever make another contribution, which I hope you do, please sign the CLA now, if you have not yet, so this will be done before your next PR. |
I first removed the 3-space .rst indents to test the execution of the revised code. I then added them back and rebuilt the docs with the windows equivalent of 'make html' to test the html presentation of the code. |
Thanks @nerandell for the PR, and @terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8. |
Thanks @nerandell for the PR, and @terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9. |
GH-21710 is a backport of this pull request to the 3.9 branch. |
Co-authored-by: Ankit Chandawala <[email protected]> Co-authored-by: Terry Jan Reedy <[email protected]> (cherry picked from commit c36dbac) Co-authored-by: Ankit Chandawala <[email protected]>
GH-21711 is a backport of this pull request to the 3.8 branch. |
Co-authored-by: Ankit Chandawala <[email protected]> Co-authored-by: Terry Jan Reedy <[email protected]> (cherry picked from commit c36dbac) Co-authored-by: Ankit Chandawala <[email protected]>
The change in the last line of the file ("Constants ...") might have been the addition of a final '\n'. as might be done by patchcheck. There is one now and I don't see any other change. |
Co-authored-by: Ankit Chandawala <[email protected]> Co-authored-by: Terry Jan Reedy <[email protected]> (cherry picked from commit c36dbac)
Co-authored-by: Ankit Chandawala <[email protected]> Co-authored-by: Terry Jan Reedy <[email protected]> (cherry picked from commit c36dbac)
Co-authored-by: Ankit Chandawala <[email protected]> Co-authored-by: Terry Jan Reedy <[email protected]>
Co-authored-by: Ankit Chandawala <[email protected]> Co-authored-by: Terry Jan Reedy <[email protected]>
Co-authored-by: Ankit Chandawala <[email protected]> Co-authored-by: Terry Jan Reedy <[email protected]>
https://bugs.python.org/issue41425