-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
bpo-42560: tweaks to intro of Tkinter docs- add macOS, drop ActiveState #27835
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
platforms, as well as on Windows systems. (Tk itself is not part of Python; it | ||
is maintained at ActiveState.) | ||
the Tcl/Tk GUI toolkit. Both Tk and :mod:`tkinter` are available on most Unix | ||
platforms, including macOS, as well as on Windows systems. |
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.
platforms, including macOS, as well as on Windows systems. | |
platforms (including macOS) as well as on Windows systems. |
IMO, this flows better with the following "as well as ..."
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.
Disagree, as you need the comma before "as well as" for the external flow anyway, as you can see on the red part of the diff.
GH-27891 is a backport of this pull request to the 3.10 branch. |
…te (pythonGH-27835) (cherry picked from commit 141c7a4) Co-authored-by: Mark Roseman <mark@markroseman.com>
GH-27892 is a backport of this pull request to the 3.9 branch. |
…te (pythonGH-27835) (cherry picked from commit 141c7a4) Co-authored-by: Mark Roseman <mark@markroseman.com>
https://bugs.python.org/issue42560