diff options
author | Ned Deily <nad@acm.org> | 2012-07-30 11:09:32 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2012-07-30 11:09:32 (GMT) |
commit | 3b796680c3cbc1d43f3e1157cacc8e6b668f65f6 (patch) | |
tree | 69d0eaabce5fd2bed0bddecb59a005ede32a7e29 /Misc | |
parent | c556c6440593c36cdfd407a6e192de86ac1b0df6 (diff) | |
download | cpython-3b796680c3cbc1d43f3e1157cacc8e6b668f65f6.zip cpython-3b796680c3cbc1d43f3e1157cacc8e6b668f65f6.tar.gz cpython-3b796680c3cbc1d43f3e1157cacc8e6b668f65f6.tar.bz2 |
Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -435,6 +435,8 @@ Build - Issue #14359: Only use O_CLOEXEC in _posixmodule.c if it is defined. Based on patch from Hervé Coatanhay. +- Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs. + Documentation ------------- |