-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
[2.7] bpo-33280: Reorganize external Tcl/Tk references. (GH-6473). #6603
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
Please do not merge. :mod: |
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.
I don't know why you closed this and deleted the branch. One simple change, which I could do on the web form if this were still open, and this would seem good to go.
@@ -11,6 +11,11 @@ the Tk GUI toolkit. Both Tk and :mod:`Tkinter` are available on most Unix | |||
platforms, as well as on Windows systems. (Tk itself is not part of Python; it | |||
is maintained at ActiveState.) | |||
|
|||
Running ``python -m Tkinter`` from the command line should open a window | |||
demonstrating a simple Tk interface, letting you know that :mod:`tkinter` is |
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.
The only change needed before merging this is Tkinter
instead of tkinter
here
@@ -11,6 +11,11 @@ the Tk GUI toolkit. Both Tk and :mod:`Tkinter` are available on most Unix | |||
platforms, as well as on Windows systems. (Tk itself is not part of Python; it | |||
is maintained at ActiveState.) | |||
|
|||
Running ``python -m Tkinter`` from the command line should open a window |
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.
I verified that this works on 2.7 and displays the tk version.
Sorry, I should have added a note. This was followed in #6607 |
I believe this was my first backport. Back then, I didn't knew I could checkout a remote branch to resume working on it (as cherry_picker deletes the branch after pushing it). That's why I decided to make another PR, close this one and delete the branch. |
(cherry picked from commit 67a8f4f)
Co-authored-by: Andrés Delfino 34587441+andresdelfino@users.noreply.github.com
https://bugs.python.org/issue33280