Skip to content

Commit adf4932

Browse files
committed
bpo-34370: Update Tk 8.6 used with macOS installers
Have macOS 10.9+ installer builds for 3.7.1rc and 3.6.7rc use a development snapshot of Tk 8.6 (post-8.6.8) to mitigate certain scroller issues seen with IDLE and tkinter apps.
1 parent dc335ae commit adf4932

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Mac/BuildScript/build-installer.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,9 @@ def library_recipes():
239239
},
240240
),
241241
dict(
242-
name="Tk 8.6.8",
243-
url="ftp://ftp.tcl.tk/pub/tcl//tcl8_6/tk8.6.8-src.tar.gz",
244-
checksum='5e0faecba458ee1386078fb228d008ba',
242+
name="Tk 8.6.8+",
243+
url="http://core.tcl.tk/tk/tarball/16fdad9d/tk-16fdad9d.tar.gz",
244+
checksum='b8e0df69021924e8392f03d506252bdb',
245245
patches=[
246246
"tk868_on_10_8_10_9.patch",
247247
],
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Have macOS 10.9+ installer builds for 3.7.1rc and 3.6.7rc use a development
2+
snapshot of Tk 8.6 (post-8.6.8) to mitigate certain scroller issues seen
3+
with IDLE and tkinter apps.

0 commit comments

Comments
 (0)