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 | 6fc5f98480a197e434816d4b7dacd096c9f66d09 (patch) | |
tree | 01d6808923d5ab00ab17dc7f1cb223ff1e8c7150 /Misc | |
parent | 2c1adcb62ba60ad067d222160b695722742954da (diff) | |
download | cpython-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/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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? =============================================== |