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
IDLE: Fix docs URL in the About window #28417
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. |
(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 |
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 <storchaka@gmail.com>
Thanks @serhiy-storchaka for the PR, and @terryjreedy for merging it |
GH-95508 is a backport of this pull request to the 3.11 branch. |
(cherry picked from commit 0f17a75) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
(cherry picked from commit 0f17a75) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
(cherry picked from commit 0f17a75) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
It is not guaranteed that the Python version contains exactly 2 dots.
See also
Lib/idlelib/editor.py
.