]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-1294959: Try to clarify the meaning of platlibdir (GH-20332)
authorMichał Górny <mgorny@gentoo.org>
Thu, 28 May 2020 16:33:04 +0000 (18:33 +0200)
committerGitHub <noreply@github.com>
Thu, 28 May 2020 16:33:04 +0000 (18:33 +0200)
commit242d95659b6b4ff4fb54b58a30454dafa311d4e9
tree999eef2822752395e230a2c608fe3b669042d6bd
parentfda7f6d61b13c68f59806db674e892fda4013348
bpo-1294959: Try to clarify the meaning of platlibdir (GH-20332)

Try to make the meaning of platlibdir clear.  The previous wording could
be misinterpreted to suggest that it will be used to find all shared
libraries on the system, and not just Python extensions.  Furthermore,
it was unclear whether it affects third-party (site-packages) extensions
or not.  The new wording tries to make its dual purpose clear,
and provide the additional example of extensions in site-packages.
Doc/library/sys.rst
Doc/whatsnew/3.9.rst
Misc/NEWS.d/3.9.0a5.rst