mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
gh-129064: Fix RST markup for the NEWS and What's New entries (#129131)
This amends the NEWS and What's New entries introduced in 0a6412f9cc.
This commit is contained in:
parent
01de4af3e1
commit
6a0f915aae
2 changed files with 2 additions and 2 deletions
|
|
@ -82,7 +82,7 @@ Pending removal in Python 3.16
|
|||
|
||||
* :mod:`sysconfig`:
|
||||
|
||||
* The ``~sysconfig.expand_makefile_vars`` function
|
||||
* The :func:`!sysconfig.expand_makefile_vars` function
|
||||
has been deprecated since Python 3.14.
|
||||
Use the ``vars`` argument of :func:`sysconfig.get_paths` instead.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
Deprecate ``sysconfig.expand_makefile_vars``, in favor of using
|
||||
Deprecate :func:`!sysconfig.expand_makefile_vars`, in favor of using
|
||||
:func:`sysconfig.get_paths` with the ``vars`` argument.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue