summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2013-11-05 10:44:17 (GMT)
committerNed Deily <nad@acm.org>2013-11-05 10:44:17 (GMT)
commit85b8be1ac88de7b2bbe06c47e45b9c0087e8037d (patch)
tree31841f8382daae29058469b845a55d41778d316d /Misc
parent9b513bf6ca704f465ec4030dc572bc5d627bafac (diff)
downloadcpython-85b8be1ac88de7b2bbe06c47e45b9c0087e8037d.zip
cpython-85b8be1ac88de7b2bbe06c47e45b9c0087e8037d.tar.gz
cpython-85b8be1ac88de7b2bbe06c47e45b9c0087e8037d.tar.bz2
Issue #15663: Revert OS X installer built-in Tcl/Tk support for 3.3.3.
Some third-party projects, such as matplotlib and PIL/Pillow, depended on being able to build with Tcl and Tk frameworks in /Library/Frameworks. They were unable to build with the built-in Tcl/Tk and/or execute correctly.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9872b30..9ff03c2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,14 @@ Tests
- Issue #18964: Fix test_tcl when run with Tcl/Tk versions < 8.5.
+Build
+-----
+
+- Issue #15663: Revert OS X installer built-in Tcl/Tk support for 3.3.3.
+ Some third-party projects, such as Matplotlib and PIL/Pillow,
+ depended on being able to build with Tcl and Tk frameworks in
+ /Library/Frameworks.
+
What's New in Python 3.3.3 release candidate 1?
===============================================