]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41282: (PEP 632) Deprecate distutils.sysconfig (partial implementation of the...
authorLumír 'Frenzy' Balhar <frenzy.madness@gmail.com>
Fri, 23 Apr 2021 12:02:41 +0000 (14:02 +0200)
committerGitHub <noreply@github.com>
Fri, 23 Apr 2021 12:02:41 +0000 (14:02 +0200)
commit90d02e5e63e2cb8f66a2c0dd2ea8d7d4f45f4ebf
tree5279da33ebadd26e8040b394929cce64f861acab
parentb9ad88be0304136c3fe5959c65a5d2c75490cd80
bpo-41282: (PEP 632) Deprecate distutils.sysconfig (partial implementation of the PEP) (GH-23142)

This change:
* merges `distutils.sysconfig` into `sysconfig` while keeping the original functionality and
* marks `distutils.sysconfig` as deprecated

https://bugs.python.org/issue41282
15 files changed:
Doc/distutils/apiref.rst
Doc/library/sysconfig.rst
Lib/distutils/extension.py
Lib/distutils/sysconfig.py
Lib/distutils/tests/test_build_clib.py
Lib/distutils/tests/test_build_ext.py
Lib/distutils/tests/test_config_cmd.py
Lib/distutils/tests/test_install.py
Lib/distutils/tests/test_unixccompiler.py
Lib/distutils/tests/test_util.py
Lib/ensurepip/__init__.py
Lib/sysconfig.py
Lib/test/support/__init__.py
Lib/test/test_peg_generator/test_c_parser.py
Misc/NEWS.d/next/Library/2021-02-15-12-52-23.bpo-41282.SenEje.rst [new file with mode: 0644]