commit | 90d02e5e63e2cb8f66a2c0dd2ea8d7d4f45f4ebf | [log] [tgz] |
---|---|---|
author | LumÃr 'Frenzy' Balhar <frenzy.madness@gmail.com> | Fri Apr 23 14:02:41 2021 +0200 |
committer | GitHub <noreply@github.com> | Fri Apr 23 14:02:41 2021 +0200 |
tree | 5279da33ebadd26e8040b394929cce64f861acab | |
parent | b9ad88be0304136c3fe5959c65a5d2c75490cd80 [diff] |
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