Skip to content

Commit c8ec513

Browse files
committed
Add sysconfig.get_config_vars to what's new notes
1 parent d23ab00 commit c8ec513

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1127,6 +1127,8 @@ the ABI of the Python interpreter.
11271127
The :data:`!sys.abiflags` member will be set to a meaningful value on
11281128
Windows in Python 3.16. This means the :data:`!sys.abiflags` member will
11291129
always be available on all platforms starting from Python 3.16.
1130+
Before this incoming change is made, :func:`sysconfig.get_config_vars` would be
1131+
useful. See also :ref:`Changes of **sysconfig** <whatsnew314-sysconfig-abiflags>`.
11301132

11311133
The following table shows how to migrate from the old code to the new code
11321134
without changing the behavior:
@@ -1149,6 +1151,8 @@ sys.monitoring
11491151
:monitoring-event:`BRANCH_RIGHT`. The ``BRANCH`` event is deprecated.
11501152

11511153

1154+
.. _whatsnew314-sysconfig-abiflags:
1155+
11521156
sysconfig
11531157
---------
11541158

0 commit comments

Comments
 (0)