We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 753debd commit b5b4900Copy full SHA for b5b4900
Doc/deprecations/pending-removal-in-3.16.rst
@@ -80,6 +80,12 @@ Pending removal in Python 3.16
80
has been deprecated since Python 3.13.
81
Use the :envvar:`PYTHONLEGACYWINDOWSFSENCODING` environment variable instead.
82
83
+* :mod:`sysconfig`:
84
+
85
+ * The :func:`~sysconfig.expand_makefile_vars` function
86
+ has been deprecated since Python 3.14.
87
+ Use the ``vars`` argument of :func:`sysconfig.get_paths` instead.
88
89
* :mod:`tarfile`:
90
91
* The undocumented and unused :attr:`!TarFile.tarfile` attribute
0 commit comments