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)
commit6fc5f98480a197e434816d4b7dacd096c9f66d09 (patch)
tree01d6808923d5ab00ab17dc7f1cb223ff1e8c7150 /Misc
parent2c1adcb62ba60ad067d222160b695722742954da (diff)
downloadcpython-6fc5f98480a197e434816d4b7dacd096c9f66d09.zip
cpython-6fc5f98480a197e434816d4b7dacd096c9f66d09.tar.gz
cpython-6fc5f98480a197e434816d4b7dacd096c9f66d09.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 808f46d..9d03d0c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -33,6 +33,14 @@ Tests
- Issue #19085: Added basic tests for all tkinter widget options.
+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?
===============================================