summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/macOS/2018-03-29-06-56-12.bpo-32726.urS9uX.rst
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2018-03-29 12:47:27 (GMT)
committerGitHub <noreply@github.com>2018-03-29 12:47:27 (GMT)
commitb9e7fe38a07a16942cb65cb922c234c95e2823a0 (patch)
tree32d92e657a3e694b6a4a05767fdcb43de0ef0b9a /Misc/NEWS.d/next/macOS/2018-03-29-06-56-12.bpo-32726.urS9uX.rst
parent79c3bab35cce55e6d175aff96a845bc6d932b203 (diff)
downloadcpython-b9e7fe38a07a16942cb65cb922c234c95e2823a0.zip
cpython-b9e7fe38a07a16942cb65cb922c234c95e2823a0.tar.gz
cpython-b9e7fe38a07a16942cb65cb922c234c95e2823a0.tar.bz2
bpo-32726: macOS 10.6+ installer now builds Tcl/TK 8.6 (GH-6307)
Build and link with private copy of Tcl/Tk 8.6 for the macOS 10.6+ installer. The 10.9+ installer variant already does this. This means that the Python 3.7 provided by the python.org macOS installers no longer need or use any external versions of Tcl/Tk, either system-provided or user- installed, such as ActiveTcl.
Diffstat (limited to 'Misc/NEWS.d/next/macOS/2018-03-29-06-56-12.bpo-32726.urS9uX.rst')
-rw-r--r--Misc/NEWS.d/next/macOS/2018-03-29-06-56-12.bpo-32726.urS9uX.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/macOS/2018-03-29-06-56-12.bpo-32726.urS9uX.rst b/Misc/NEWS.d/next/macOS/2018-03-29-06-56-12.bpo-32726.urS9uX.rst
new file mode 100644
index 0000000..470dc7f
--- /dev/null
+++ b/Misc/NEWS.d/next/macOS/2018-03-29-06-56-12.bpo-32726.urS9uX.rst
@@ -0,0 +1,5 @@
+Build and link with private copy of Tcl/Tk 8.6 for the macOS 10.6+
+installer. The 10.9+ installer variant already does this. This means that
+the Python 3.7 provided by the python.org macOS installers no longer need or
+use any external versions of Tcl/Tk, either system-provided or user-
+installed, such as ActiveTcl.