-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
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
gh-95957: Add instructions for Tcl/Tk and OpenSSL on RHEL/CentOS 7 #95964
Conversation
tiran
commented
Aug 13, 2022
•
edited by bedevere-bot
Loading
edited by bedevere-bot
- Issue: _tkinter build issue on Centos7 due changing TK/TCL detection by configure script. #95957
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.
Mostly look good. Generally TCL/TK => Tcl/Tk. Also, there are some lines with (assuming unintended) leading white-space, and some with trailing white-space.
Misc/NEWS.d/next/Documentation/2022-08-13-20-34-51.gh-issue-95957.W9ZZAx.rst
Outdated
Show resolved
Hide resolved
…957.W9ZZAx.rst Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.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.
Two more misspellings of Tcl/Tk, otherwise LGTM.
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Thanks @tiran for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11. |
Sorry @tiran, I had trouble checking out the |
Thanks @tiran for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11. |
GH-96022 is a backport of this pull request to the 3.11 branch. |
…S 7 (pythonGH-95964) Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com> (cherry picked from commit ab4d729) Co-authored-by: Christian Heimes <christian@python.org>