diff options
author | Ned Deily <nad@acm.org> | 2013-11-05 10:40:03 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2013-11-05 10:40:03 (GMT) |
commit | 52c48fdf30b0f6387d24d4ac5de1c25bc6988dc3 (patch) | |
tree | 4a2e52fb4d752b7a9ea48635d6ae08dcd039582f /Misc | |
parent | c0e60476a4cf56146a6dfba4b10196391f2d3c60 (diff) | |
download | cpython-52c48fdf30b0f6387d24d4ac5de1c25bc6988dc3.zip cpython-52c48fdf30b0f6387d24d4ac5de1c25bc6988dc3.tar.gz cpython-52c48fdf30b0f6387d24d4ac5de1c25bc6988dc3.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/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -59,6 +59,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? =============================================== |