X Tutup
The Wayback Machine - https://web.archive.org/web/20211119223233/https://github.com/python/cpython/pull/29606
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

bpo-45788: Link sys.prefix doc to 'Installation paths' #29606

Merged
merged 1 commit into from Nov 18, 2021

Conversation

@terryjreedy
Copy link
Member

@terryjreedy terryjreedy commented Nov 18, 2021

... To the Installation paths section of the sysconfig doc.

https://bugs.python.org/issue45788

... To the Installation paths section of the sysconfig doc.
@terryjreedy
Copy link
Member Author

@terryjreedy terryjreedy commented Nov 18, 2021

The main point of the PR is to replace old verbiage with a link to current facts, as suggested by Ned. I care less about the specific words.

Loading

Copy link
Member

@ned-deily ned-deily left a comment

LGTM. Thanks, Terry!

Loading

@terryjreedy terryjreedy merged commit 4575c01 into python:main Nov 18, 2021
12 checks passed
Loading
@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Nov 18, 2021

Thanks @terryjreedy for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10.
🐍🍒🤖

Loading

@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented Nov 18, 2021

@terryjreedy: Please replace # with GH- in the commit message next time. Thanks!

Loading

@terryjreedy terryjreedy deleted the sysprefix branch Nov 18, 2021
@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented Nov 18, 2021

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

Loading

@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented Nov 18, 2021

GH-29632 is a backport of this pull request to the 3.9 branch.

Loading

miss-islington added a commit to miss-islington/cpython that referenced this issue Nov 18, 2021
... To the Installation paths section of the sysconfig doc.
(cherry picked from commit 4575c01)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
miss-islington added a commit to miss-islington/cpython that referenced this issue Nov 18, 2021
... To the Installation paths section of the sysconfig doc.
(cherry picked from commit 4575c01)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
terryjreedy added a commit that referenced this issue Nov 18, 2021
… (GH-29632)

... To the Installation paths section of the sysconfig doc.
(cherry picked from commit 4575c01)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
terryjreedy added a commit that referenced this issue Nov 18, 2021
... To the Installation paths section of the sysconfig doc.
(cherry picked from commit 4575c01)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
6 participants
X Tutup