]> granicus.if.org Git - python/commit
bpo-32726: macOS 10.6+ installer now builds Tcl/TK 8.6 (GH-6308)
authorNed Deily <nad@python.org>
Thu, 29 Mar 2018 11:41:11 +0000 (07:41 -0400)
committerGitHub <noreply@github.com>
Thu, 29 Mar 2018 11:41:11 +0000 (07:41 -0400)
commit7a6f59e123db1ff4bdf311711ad179421ee12b83
treed7e1e84872e138b9e761683f3bf48454f23b220e
parenta470b7462d741fc2606d5369a935ae2a3dc89ae2
bpo-32726: macOS 10.6+ installer now builds Tcl/TK 8.6 (GH-6308)

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]