summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2013-10-25 07:41:46 (GMT)
committerNed Deily <nad@acm.org>2013-10-25 07:41:46 (GMT)
commit5b3582c919c7bb023d2e8d38d25d65bcc5125131 (patch)
tree14c8646480579f21b8d12939a7738fa975efd52d /Misc/NEWS
parent65657c27fabc9d2419d1616c7e0e3915998047e0 (diff)
downloadcpython-5b3582c919c7bb023d2e8d38d25d65bcc5125131.zip
cpython-5b3582c919c7bb023d2e8d38d25d65bcc5125131.tar.gz
cpython-5b3582c919c7bb023d2e8d38d25d65bcc5125131.tar.bz2
Issue #15663: Tcl/Tk 8.5.15 is now included with the OS X 10.6+
64-bit/32-bit installer for 10.6+. It is no longer necessary to install a third-party version of Tcl/Tk 8.5 to work around the problems in the Apple-supplied Tcl/Tk 8.5 shipped in OS X 10.6 and later releases.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2f2c932..0e6203b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -595,6 +595,12 @@ Build
- Issue #1584: Provide options to override default search paths for
Tcl and Tk when building _tkinter.
+- Issue #15663: Tcl/Tk 8.5.15 is now included with the OS X 10.6+
+ 64-bit/32-bit installer for 10.6+. It is no longer necessary
+ to install a third-party version of Tcl/Tk 8.5 to work around the
+ problems in the Apple-supplied Tcl/Tk 8.5 shipped in OS X 10.6
+ and later releases.
+
What's New in Python 3.3.2?
===========================