diff options
author | Tzu-ping Chung <uranusjr@gmail.com> | 2021-09-07 10:27:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-07 10:27:48 (GMT) |
commit | 4f88161f07538dfb24a43189fd59bf966cb40817 (patch) | |
tree | 356ba5632ef2e3722f7b74fab9cf819c2dbc87d7 /Misc/NEWS.d | |
parent | a5c6bcf24479934fe9c5b859dd1cf72685a0003a (diff) | |
download | cpython-4f88161f07538dfb24a43189fd59bf966cb40817.zip cpython-4f88161f07538dfb24a43189fd59bf966cb40817.tar.gz cpython-4f88161f07538dfb24a43189fd59bf966cb40817.tar.bz2 |
bpo-45035: Make sysconfig posix_home depend on platlibdir (GH-28011)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-08-28-14-52-27.bpo-45035.O9mNam.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-08-28-14-52-27.bpo-45035.O9mNam.rst b/Misc/NEWS.d/next/Library/2021-08-28-14-52-27.bpo-45035.O9mNam.rst new file mode 100644 index 0000000..b26c51a --- /dev/null +++ b/Misc/NEWS.d/next/Library/2021-08-28-14-52-27.bpo-45035.O9mNam.rst @@ -0,0 +1,2 @@ +Fix the ``posix_home`` scheme in :mod:`sysconfig` to depend on +:data:`sys.platlibdir`. |