diff options
author | Ned Deily <nad@python.org> | 2018-03-29 12:47:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-29 12:47:27 (GMT) |
commit | b9e7fe38a07a16942cb65cb922c234c95e2823a0 (patch) | |
tree | 32d92e657a3e694b6a4a05767fdcb43de0ef0b9a /Mac/BuildScript/resources | |
parent | 79c3bab35cce55e6d175aff96a845bc6d932b203 (diff) | |
download | cpython-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 'Mac/BuildScript/resources')
-rw-r--r-- | Mac/BuildScript/resources/ReadMe.rtf | 10 | ||||
-rw-r--r-- | Mac/BuildScript/resources/Welcome.rtf | 2 |
2 files changed, 3 insertions, 9 deletions
diff --git a/Mac/BuildScript/resources/ReadMe.rtf b/Mac/BuildScript/resources/ReadMe.rtf index aecbaa3..81d4a99 100644 --- a/Mac/BuildScript/resources/ReadMe.rtf +++ b/Mac/BuildScript/resources/ReadMe.rtf @@ -53,16 +53,10 @@ The bundled \f0 included with this installer has its own default certificate store for verifying download connections.\ \ -\b \ul Using IDLE or other Tk applications [NEW/CHANGED in 3.7.0b1] +\b \ul Using IDLE or other Tk applications [NEW/CHANGED in 3.7.0b3] \b0 \ulnone \ \ -The 10.9+ installer variant comes with its own private version of Tcl/Tk 8.6. It does not use system-supplied or third-party supplied versions of Tcl/Tk.\ -\ -For the 10.6+ variant, you continue to need to install a newer third-party version of the -\i Tcl/Tk -\i0 8.5 (not 8.6) frameworks to use IDLE or other programs that use the Tkinter graphical user interface toolkit. Visit {\field{\*\fldinst{HYPERLINK "https://www.python.org/download/mac/tcltk/"}}{\fldrslt https://www.python.org/download/mac/tcltk/}} for current information about supported and recommended versions of -\i Tcl/Tk -\i0 for this version of Python and of macOS.\ +Both installer variants come with their own private version of Tcl/Tk 8.6. They no longer use system-supplied or third-party supplied versions of Tcl/Tk.\ \b \ul \ Other changes\ diff --git a/Mac/BuildScript/resources/Welcome.rtf b/Mac/BuildScript/resources/Welcome.rtf index 92a8430..1aa3819 100644 --- a/Mac/BuildScript/resources/Welcome.rtf +++ b/Mac/BuildScript/resources/Welcome.rtf @@ -23,5 +23,5 @@ \ \b NEW in 3.7.0b1: -\b0 two installer variants (10.9+ 64-bit-only, 10.6+ 64-/32-bit), built-in Tcl/Tk 8.6 support in the 10.9+ variant (no additional third-party downloads!), OpenSSL 1.1.0g, and more!\ +\b0 two installer variants (10.9+ 64-bit-only, 10.6+ 64-/32-bit), built-in Tcl/Tk 8.6 support (no additional third-party downloads!), OpenSSL 1.1.0g, and more!\ }
\ No newline at end of file |