summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/macOS
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2018-12-11 04:28:31 -0500
committerGitHub <noreply@github.com>2018-12-11 04:28:31 -0500
commitf74cabd9203cf3be97fdb3821a7fa0b74d7b2263 (patch)
tree74b1dab848964bc07a11c6adba6355ab579135bf /Misc/NEWS.d/next/macOS
parent8855d9339858683c9b4fcd50b02a7bca526d4726 (diff)
downloadcpython-git-f74cabd9203cf3be97fdb3821a7fa0b74d7b2263.tar.gz
[3.6] bpo-15663: the 10.6+ macOS installers for 3.6/2.7 now provide a private Tcl/Tk 8.6 (GH-11109)
Diffstat (limited to 'Misc/NEWS.d/next/macOS')
-rw-r--r--Misc/NEWS.d/next/macOS/2018-12-11-02-50-35.bpo-15663.6tnyd2.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/macOS/2018-12-11-02-50-35.bpo-15663.6tnyd2.rst b/Misc/NEWS.d/next/macOS/2018-12-11-02-50-35.bpo-15663.6tnyd2.rst
new file mode 100644
index 0000000000..1aa7f11a05
--- /dev/null
+++ b/Misc/NEWS.d/next/macOS/2018-12-11-02-50-35.bpo-15663.6tnyd2.rst
@@ -0,0 +1,2 @@
+The macOS 10.6+ installer now provides a private copy of Tcl/Tk 8.6, like
+the 10.9+ installer does.