summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2021-03-01 05:27:20 (GMT)
committerGitHub <noreply@github.com>2021-03-01 05:27:20 (GMT)
commita65b050516a4ec8f5fc591119b94ceaaa5f7afe3 (patch)
treeb229ac1c853f843adfc7b9bbaddeb53e170250fc /Doc/whatsnew
parenta22bca6b1e2f3dc11a58f3e5ef5c22e26b8a2d80 (diff)
downloadcpython-a65b050516a4ec8f5fc591119b94ceaaa5f7afe3.zip
cpython-a65b050516a4ec8f5fc591119b94ceaaa5f7afe3.tar.gz
cpython-a65b050516a4ec8f5fc591119b94ceaaa5f7afe3.tar.bz2
bpo-42603: Add whatsnew and ACKS entries. (GH-24675)
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.10.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst
index 26b7076..49681ca 100644
--- a/Doc/whatsnew/3.10.rst
+++ b/Doc/whatsnew/3.10.rst
@@ -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
=============