Skip to content

Commit 5df9540

Browse files
committed
Update What's New
1 parent 30cf6c7 commit 5df9540

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -936,13 +936,22 @@ sys.monitoring
936936
* Two new events are added: :monitoring-event:`BRANCH_LEFT` and
937937
:monitoring-event:`BRANCH_RIGHT`. The ``BRANCH`` event is deprecated.
938938

939+
940+
sysconfig
941+
---------
942+
943+
* Add ``ABIFLAGS`` key to :func:`sysconfig.get_config_vars` on Windows.
944+
(Contributed by Xuehai Pan in :gh:`131799`.)
945+
946+
939947
threading
940948
---------
941949

942950
* :meth:`threading.Thread.start` now sets the operating system thread name
943951
to :attr:`threading.Thread.name`.
944952
(Contributed by Victor Stinner in :gh:`59705`.)
945953

954+
946955
tkinter
947956
-------
948957

0 commit comments

Comments
 (0)