]> granicus.if.org Git - python/commit
bpo-32726: macOS 10.6+ installer now builds Tcl/TK 8.6 (GH-6307)
authorNed Deily <nad@python.org>
Thu, 29 Mar 2018 12:47:27 +0000 (08:47 -0400)
committerGitHub <noreply@github.com>
Thu, 29 Mar 2018 12:47:27 +0000 (08:47 -0400)
commitb9e7fe38a07a16942cb65cb922c234c95e2823a0
tree32d92e657a3e694b6a4a05767fdcb43de0ef0b9a
parent79c3bab35cce55e6d175aff96a845bc6d932b203
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.
Mac/BuildScript/build-installer.py
Mac/BuildScript/resources/ReadMe.rtf
Mac/BuildScript/resources/Welcome.rtf
Misc/NEWS.d/next/macOS/2018-03-29-06-56-12.bpo-32726.urS9uX.rst [new file with mode: 0644]