bpo-32726: Build macOS 10.9+ installer with private copy of Tcl/Tk 8.6 · pythoncapi/cpython@1ca2ffd · GitHub
Skip to content

Commit 1ca2ffd

Browse files
committed
bpo-32726: Build macOS 10.9+ installer with private copy of Tcl/Tk 8.6
1 parent b299393 commit 1ca2ffd

5 files changed

Lines changed: 84 additions & 75 deletions

File tree

Mac/BuildScript/build-installer.py

Lines changed: 67 additions & 49 deletions

Mac/BuildScript/issue19373_tk_8_5_15_source.patch

Lines changed: 0 additions & 13 deletions
This file was deleted.

Mac/BuildScript/resources/ReadMe.rtf

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,20 @@ For Python.3.7, python.org currently provides two installer variants for downloa
3131
\i0 variant. Use the 10.6 variant if you are running on macOS 10.6 through 10.8 or if you want to produce standalone applications that can run on systems from 10.6. If you are running on macOS 10.9 or later and if you have no need for compatibility with older systems, use the 10.9 variant. The Pythons installed by these installers are built with private copies of some third-party libraries not included with or newer than those in macOS itself. The list of these libraries varies by installer variant and is included at the end of the License.rtf file.
3232
\b \ul \
3333
\
34+
Using IDLE or other Tk applications [NEW/CHANGED in 3.7.0b1]
35+
\b0 \ulnone \
36+
\
37+
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.\
38+
\
39+
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0
40+
\cf0 For the 10.6+ variant, you continue to need to install a newer third-party version of the
41+
\i Tcl/Tk
42+
\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
43+
\i Tcl/Tk
44+
\i0 for this version of Python and of macOS.\
45+
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0
46+
47+
\b \cf0 \ul \ulc0 \
3448
Certificate verification and OpenSSL \{UPDATED in 3.7.0b1]\
3549
3650
\b0 \ulnone \
@@ -53,17 +67,7 @@ The bundled
5367
\f0 included with this installer has its own default certificate store for verifying download connections.\
5468
\
5569

56-
\b \ul Update your version of Tcl/Tk to use IDLE or other Tk applications [CHANGED in 3.7.0b1]
57-
\b0 \ulnone \
58-
\
59-
To use IDLE or other programs that use the Tkinter graphical user interface toolkit, you need to install a newer third-party version of the
60-
\i Tcl/Tk
61-
\i0 frameworks. 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
62-
\i Tcl/Tk
63-
\i0 for this version of Python and of Mac OS X. For 3.7.0b1, the 10.9 installer variant is linked with Tcl/Tk 8.6 which you must install separately. The 10.6 installer links /with Tcl/Tk 8.5 which you should also download and install.\
64-
65-
\b \ul \
66-
Other changes\
70+
\b \ul Other changes\
6771
6872
\b0 \ulnone \
6973
For other changes in this release, see the

Mac/BuildScript/resources/Welcome.rtf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
\
2424

2525
\b NEW in 3.7.0b1:
26-
\b0 two installer variants (10.9+ 64-bit-only, 10.6+ 64-/32-bit), Tcl/Tk 8.6 support in the 10.9+ variant, OpenSSL 1.1.0g, and more!\
26+
\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!\
2727
\
2828

2929
\b IMPORTANT:
Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)