summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTzu-ping Chung <uranusjr@gmail.com>2021-09-07 09:26:42 (GMT)
committerGitHub <noreply@github.com>2021-09-07 09:26:42 (GMT)
commita5c6bcf24479934fe9c5b859dd1cf72685a0003a (patch)
treec07e8c4da1e52d0f11738b756562eeadb358837d /Misc
parentf05ad9202896f21ca9717f5c9f4b933b7f5b6550 (diff)
downloadcpython-a5c6bcf24479934fe9c5b859dd1cf72685a0003a.zip
cpython-a5c6bcf24479934fe9c5b859dd1cf72685a0003a.tar.gz
cpython-a5c6bcf24479934fe9c5b859dd1cf72685a0003a.tar.bz2
Make sysconfig posix_user not depend on platlibdir (GH-27655)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2021-08-07-22-51-32.bpo-44860.PTvRrU.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-08-07-22-51-32.bpo-44860.PTvRrU.rst b/Misc/NEWS.d/next/Library/2021-08-07-22-51-32.bpo-44860.PTvRrU.rst
new file mode 100644
index 0000000..70e0be0
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2021-08-07-22-51-32.bpo-44860.PTvRrU.rst
@@ -0,0 +1,2 @@
+Fix the ``posix_user`` scheme in :mod:`sysconfig` to not depend on
+:data:`sys.platlibdir`.