diff options
Diffstat (limited to 'Misc/NEWS.d/next/Build/2020-02-06-18-08-25.bpo-1294959.AZPg4R.rst')
-rw-r--r-- | Misc/NEWS.d/next/Build/2020-02-06-18-08-25.bpo-1294959.AZPg4R.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Misc/NEWS.d/next/Build/2020-02-06-18-08-25.bpo-1294959.AZPg4R.rst b/Misc/NEWS.d/next/Build/2020-02-06-18-08-25.bpo-1294959.AZPg4R.rst deleted file mode 100644 index a90d6300f33..00000000000 --- a/Misc/NEWS.d/next/Build/2020-02-06-18-08-25.bpo-1294959.AZPg4R.rst +++ /dev/null @@ -1,6 +0,0 @@ -Add ``--with-platlibdir`` option to the configure script: name of the -platform-specific library directory, stored in the new :attr:`sys.platlibdir` -attribute. It is used to build the path of platform-specific dynamic libraries -and the path of the standard library. It is equal to ``"lib"`` on most -platforms. On Fedora and SuSE, it is equal to ``"lib64"`` on 64-bit platforms. -Patch by Jan Matějek, Matěj Cepl, Charalampos Stratakis and Victor Stinner. |