summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2013-11-23 11:30:11 (GMT)
committerNed Deily <nad@acm.org>2013-11-23 11:30:11 (GMT)
commitaa6a212a4eecd7062056707b4e7adf3690693a91 (patch)
treee8d35f237123ebf7ecc8e03b0c7829e18b39f8b3 /Misc
parent2427b50fdda5eafa75a7b3345826ad805ba95d53 (diff)
downloadcpython-aa6a212a4eecd7062056707b4e7adf3690693a91.zip
cpython-aa6a212a4eecd7062056707b4e7adf3690693a91.tar.gz
cpython-aa6a212a4eecd7062056707b4e7adf3690693a91.tar.bz2
Issue #15663: Revert OS X installer built-in Tcl/Tk support for 3.4.0b1.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5f7cf21..ed04e36 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -401,6 +401,11 @@ Build
xz 5.0.3 -> 5.0.5
SQLite 3.7.13 -> 3.8.1
+- Issue #15663: Revert OS X installer built-in Tcl/Tk support for 3.4.0b1.
+ Some third-party projects, such as Matplotlib and PIL/Pillow,
+ depended on being able to build with Tcl and Tk frameworks in
+ /Library/Frameworks.
+
Tools/Demos
-----------