-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
gh-59149: Setup documentation for IDLE on Linux and add section in Editors #130003
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
@terryjreedy |
@encukou for linux installers. |
Co-authored-by: Petr Viktorin <encukou@gmail.com>
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 addition to editors.rst looks fine to me.
@encukou To merge, I would need coredev linux user approval for the linux addition.
I was under the impression that on Linux, IDLE was generally bundled with tkinter/_tkinter. Has this changed? Do the installers install tkinter if not present?
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.
Looks good!
The idle package depends on tkinter. It'll pull in whatever you don't have installed -- tkinter, Python, even a GUI environment like X11.
Thanks @StanFromIreland for the PR, and @terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
… in Editors (pythonGH-130003) Co-authored-by: Petr Viktorin <encukou@gmail.com> --------- (cherry picked from commit 555ee43) Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Co-authored-by: Petr Viktorin <encukou@gmail.com>
GH-130027 is a backport of this pull request to the 3.13 branch. |
… in Editors (pythonGH-130003) Co-authored-by: Petr Viktorin <encukou@gmail.com> --------- (cherry picked from commit 555ee43) Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Co-authored-by: Petr Viktorin <encukou@gmail.com>
GH-130028 is a backport of this pull request to the 3.12 branch. |
Also covers #61783
📚 Documentation preview 📚: https://cpython-previews--130003.org.readthedocs.build/