Skip to content

Commit c8336c6

Browse files
author
matejcik
committed
news entry
1 parent fa1a037 commit c8336c6

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Introduce a ``platsubdir`` sysconfig variable that contains the name of the
2+
platform-specific "lib" directory. This is used to construct paths that do
3+
not differ by prefix, i.e., ``/usr/lib`` vs ``/usr/lib64``. The
4+
``posix_prefix`` install scheme is changed to take this into account.
5+
6+
By default, this is ``basename $libdir``, but can be overriden by
7+
``./configure --with-custom-platsubdir``.
8+
9+
#.. section: Documentation #.. section: Tests .. section: Build
10+
11+
On 64bit Linux systems that use ``$prefix/lib64``, this is now the default
12+
install location for the standard library. Python will still be able to
13+
import modules installed in ``$prefix/lib``.
14+
15+
#.. section: Windows #.. section: macOS #.. section: IDLE #.. section:
16+
Tools/Demos #.. section: C API
17+
18+
# Write your Misc/NEWS entry below. It should be a simple ReST paragraph. #
19+
Don't start with "- Issue #<n>: " or "- bpo-<n>: " or that sort of stuff.
20+
###########################################################################

0 commit comments

Comments
 (0)