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
diff --git a/Doc/library/sysconfig.rst b/Doc/library/sysconfig.rst
index c9306e9..d4463f39 100644
--- a/Doc/library/sysconfig.rst
+++ b/Doc/library/sysconfig.rst
@@ -224,6 +224,7 @@
Return the path of :file:`Makefile`.
+
Using :mod:`sysconfig` as a script
----------------------------------