commit | 4fac7ed43ebf1771a8fe86fdfe7b9991f3be78cd | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Wed Feb 12 13:02:29 2020 +0100 |
committer | GitHub <noreply@github.com> | Wed Feb 12 13:02:29 2020 +0100 |
tree | 492868bf58bacf625bba43b28d1c9205890db609 | |
parent | 8c579b1cc86053473eb052b76327279476740c9b [diff] |
bpo-21016: pydoc and trace use sysconfig (GH-18476) 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>