Skip to content

[3.7] bpo-21016: pydoc and trace use sysconfig (GH-18476) - #18483

Merged
miss-islington merged 1 commit into
python:3.7from
miss-islington:backport-4fac7ed-3.7
Feb 12, 2020
Merged

[3.7] bpo-21016: pydoc and trace use sysconfig (GH-18476)#18483
miss-islington merged 1 commit into
python:3.7from
miss-islington:backport-4fac7ed-3.7

Conversation

@miss-islington

@miss-islington miss-islington commented Feb 12, 2020

Copy link
Copy Markdown
Contributor

bpo-21016, bpo-1294959: The pydoc and trace modules now use the
sysconfig module to get the path to the Python standard library, to
support uncommon installation path like /usr/lib64/python3.9/ on
Fedora.

Co-Authored-By: Jan Matějek jmatejek@suse.com
(cherry picked from commit 4fac7ed)

Co-authored-by: Victor Stinner vstinner@python.org

https://bugs.python.org/issue21016

bpo-21016, bpo-1294959: The pydoc and trace modules now use the
sysconfig module to get the path to the Python standard library, to
support uncommon installation path like /usr/lib64/python3.9/ on
Fedora.

Co-Authored-By: Jan Matějek <jmatejek@suse.com>
(cherry picked from commit 4fac7ed)

Co-authored-by: Victor Stinner <vstinner@python.org>
@miss-islington

Copy link
Copy Markdown
Contributor Author

@vstinner: Status check is done, and it's a success ✅ .

1 similar comment
@miss-islington

Copy link
Copy Markdown
Contributor Author

@vstinner: Status check is done, and it's a success ✅ .

@vstinner vstinner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, good bot.

@miss-islington
miss-islington merged commit ca133e5 into python:3.7 Feb 12, 2020
@miss-islington
miss-islington deleted the backport-4fac7ed-3.7 branch February 12, 2020 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

4 participants