Skip to content
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

Merged
merged 2 commits into from Jul 31, 2022

Conversation

serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Sep 17, 2021

It is not guaranteed that the Python version contains exactly 2 dots.
See also Lib/idlelib/editor.py.

@ambv
Copy link
Contributor

ambv commented Sep 17, 2021

As mentioned here, this is unnecessary because platform.python_version always returns a version with two periods.

@github-actions
Copy link

github-actions bot commented Oct 18, 2021

This PR is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale Stale PR or inactive for long period of time. label Oct 18, 2021
@ambv
Copy link
Contributor

ambv commented May 17, 2022

This missed the boat for inclusion in Python 3.9 which accepts security fixes only as of today.

Copy link
Contributor

@erlend-aasland erlend-aasland left a comment

LGTM

@erlend-aasland
Copy link
Contributor

erlend-aasland commented Jul 31, 2022

(Updating branch to retrigger CLA)

@terryjreedy
Copy link
Member

terryjreedy commented Jul 31, 2022

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.

@terryjreedy terryjreedy merged commit 0f17a75 into python:main Jul 31, 2022
12 checks passed
@miss-islington
Copy link
Contributor

miss-islington commented Jul 31, 2022

Thanks @serhiy-storchaka for the PR, and @terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11.
🐍🍒🤖

@miss-islington
Copy link
Contributor

miss-islington commented Jul 31, 2022

Sorry @serhiy-storchaka and @terryjreedy, I had trouble checking out the 3.11 backport branch.
Please backport using cherry_picker on command line.
cherry_picker 0f17a754d925345d67beff18897d86780436c506 3.11

@bedevere-bot
Copy link

bedevere-bot commented Jul 31, 2022

GH-95507 is a backport of this pull request to the 3.10 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 31, 2022
(cherry picked from commit 0f17a75)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@terryjreedy terryjreedy added needs backport to 3.11 and removed stale Stale PR or inactive for long period of time. labels Jul 31, 2022
@miss-islington
Copy link
Contributor

miss-islington commented Jul 31, 2022

Thanks @serhiy-storchaka for the PR, and @terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒🤖

@bedevere-bot
Copy link

bedevere-bot commented Jul 31, 2022

GH-95508 is a backport of this pull request to the 3.11 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 31, 2022
(cherry picked from commit 0f17a75)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
miss-islington added a commit that referenced this pull request Jul 31, 2022
(cherry picked from commit 0f17a75)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
miss-islington added a commit that referenced this pull request Jul 31, 2022
(cherry picked from commit 0f17a75)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@python python deleted a comment from bedevere-bot Jul 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

8 participants