]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-42603: Add whatsnew and ACKS entries. (GH-24675)
authorNed Deily <nad@python.org>
Mon, 1 Mar 2021 05:27:20 +0000 (00:27 -0500)
committerGitHub <noreply@github.com>
Mon, 1 Mar 2021 05:27:20 +0000 (00:27 -0500)
Doc/whatsnew/3.10.rst
Misc/ACKS

index 26b7076420c87716d94c1c912c173f877786a09d..49681cab4e5237ca9f4c585692e97818b882168f 100644 (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
 =============
index ca222e4371f5e481c6d9edf38d93414bc29c0ac4..d1cee7d02b7869a11219a8f7b89a430f409a34f4 100644 (file)
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1660,6 +1660,7 @@ RajGopal Srinivasan
 Tage Stabell-Kulo
 Quentin Stafford-Fraser
 Frank Stajano
+Manolis Stamatogiannakis
 Joel Stanley
 Kyle Stanley
 Brandon Stansbury