summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2020-02-12-10-04-39.bpo-21016.bFXPH7.rst
blob: fb91bb382555577051d46fc89cb1f1a4ccdb9263 (plain)
1
2
3
4
The :mod:`pydoc` and :mod:`trace` modules now use the :mod:`sysconfig`
module to get the path to the Python standard library, to support uncommon
installation path like ``/usr/lib64/python3.9/`` on Fedora.
Patch by Jan Matějek.