mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
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.
This commit is contained in:
parent
79c3bab35c
commit
b9e7fe38a0
4 changed files with 14 additions and 13 deletions
|
@ -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.
|
Loading…
Add table
Add a link
Reference in a new issue