-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
IDLE: Fix docs URL in the About window #28417
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
As mentioned here, this is unnecessary because |
This PR is stale because it has been open for 30 days with no activity. |
This missed the boat for inclusion in Python 3.9 which accepts security fixes only as of today. |
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.
LGTM
(Updating branch to retrigger CLA) |
Regardless of how IDLE gets the python version and whether it is centralized in the new util.py, I prefer the look of the patch with the url fstring removed from the call. |
Thanks @serhiy-storchaka for the PR, and @terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
Sorry @serhiy-storchaka and @terryjreedy, I had trouble checking out the |
GH-95507 is a backport of this pull request to the 3.10 branch. |
(cherry picked from commit 0f17a75) Co-authored-by: Serhiy Storchaka <[email protected]>
Thanks @serhiy-storchaka for the PR, and @terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
GH-95508 is a backport of this pull request to the 3.11 branch. |
(cherry picked from commit 0f17a75) Co-authored-by: Serhiy Storchaka <[email protected]>
(cherry picked from commit 0f17a75) Co-authored-by: Serhiy Storchaka <[email protected]>
(cherry picked from commit 0f17a75) Co-authored-by: Serhiy Storchaka <[email protected]>
It is not guaranteed that the Python version contains exactly 2 dots.
See also
Lib/idlelib/editor.py
.