Skip to content

Commit b5b4900

Browse files
committed
Add entry to pending-removal-in-3.16
Signed-off-by: Filipe Laíns <[email protected]>
1 parent 753debd commit b5b4900

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Doc/deprecations/pending-removal-in-3.16.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@ Pending removal in Python 3.16
8080
has been deprecated since Python 3.13.
8181
Use the :envvar:`PYTHONLEGACYWINDOWSFSENCODING` environment variable instead.
8282

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+
8389
* :mod:`tarfile`:
8490

8591
* The undocumented and unused :attr:`!TarFile.tarfile` attribute

0 commit comments

Comments
 (0)