diff options
author | Ned Deily <nad@acm.org> | 2013-11-05 10:44:17 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2013-11-05 10:44:17 (GMT) |
commit | 85b8be1ac88de7b2bbe06c47e45b9c0087e8037d (patch) | |
tree | 31841f8382daae29058469b845a55d41778d316d /Misc | |
parent | 9b513bf6ca704f465ec4030dc572bc5d627bafac (diff) | |
download | cpython-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/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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? =============================================== |