[2.7] bpo-33280: Reorganize external Tcl/Tk references. (GH-6473).#6603
[2.7] bpo-33280: Reorganize external Tcl/Tk references. (GH-6473).#6603andresdelfino wants to merge 1 commit intopython:2.7from andresdelfino:backport-67a8f4f-2.7
Conversation
(cherry picked from commit 67a8f4f) Co-authored-by: Andrés Delfino <[email protected]>
|
Please do not merge. :mod: |
terryjreedy
left a comment
There was a problem hiding this comment.
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.
| 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.
The only change needed before merging this is Tkinter instead of tkinter here
| 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.
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 [email protected]
https://bugs.python.org/issue33280