bpo-42603: Add whatsnew and ACKS entries. (GH-24675)

This commit is contained in:
Ned Deily 2021-03-01 00:27:20 -05:00 committed by GitHub
parent a22bca6b1e
commit a65b050516
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

@ -1123,6 +1123,12 @@ Build Changes
(Contributed by Victor Stinner in :issue:`43103`.)
* The ``configure`` script now uses the ``pkg-config`` utility, if available,
to detect the location of Tcl/Tk headers and libraries. As before, those
locations can be explicitly specified with the ``--with-tcltk-includes``
and ``--with-tcltk-libs`` configuration options.
(Contributed by Manolis Stamatogiannakis in :issue:`42603`.)
C API Changes
=============

View File

@ -1660,6 +1660,7 @@ RajGopal Srinivasan
Tage Stabell-Kulo
Quentin Stafford-Fraser
Frank Stajano
Manolis Stamatogiannakis
Joel Stanley
Kyle Stanley
Brandon Stansbury