summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2013-11-05 10:40:03 (GMT)
committerNed Deily <nad@acm.org>2013-11-05 10:40:03 (GMT)
commit11852734a576221ecd71738b08874f6fd44e85bb (patch)
treefd53627113a14bde336f4c89edf2157e3466b17e /Misc
parentcbcb1e8f84557b06af9fbead2411c6eaa87a39e0 (diff)
downloadcpython-11852734a576221ecd71738b08874f6fd44e85bb.zip
cpython-11852734a576221ecd71738b08874f6fd44e85bb.tar.gz
cpython-11852734a576221ecd71738b08874f6fd44e85bb.tar.bz2
Issue #15663: Revert OS X installer built-in Tcl/Tk support for 2.7.6.
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 c353571..319b286 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,6 +22,14 @@ Tests
- Issue #19457: Fixed xmlcharrefreplace tests on wide build when tests are
loaded from .py[co] files.
+Build
+-----
+
+- Issue #15663: Revert OS X installer built-in Tcl/Tk support for 2.7.6.
+ 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 2.7.6 release candidate 1?
===============================================