This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients ned.deily, python-dev
Date 2012-07-30.11:34:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343648045.45.0.148952031416.issue14018@psf.upfronthosting.co.za>
In-reply-to
Content
The SDK test in setup.py has been extended to include files in /Library/Frameworks (see OS X ld man page).  The test in IDLE
to issue a warning message about unstable Tcl/Tk versions was
updated to include the Apple-supplied Tcl/Tk 8.5 in OS X 10.7
and 10.8.  All of these are applied for release in 2.7.4, 3.2.4,
and 3.3.0.  In addition for 3.3.0, checks are added to the OS X
installer build script to ensure that the desired Tcl/Tk shared
library has actually been linked as expected.  (I plan to
backport all outstanding build script changes prior to the 2.7.4
and 3.2.4 releases.)
History
Date User Action Args
2012-07-30 11:34:05ned.deilysetrecipients: + ned.deily, python-dev
2012-07-30 11:34:05ned.deilysetmessageid: <1343648045.45.0.148952031416.issue14018@psf.upfronthosting.co.za>
2012-07-30 11:34:04ned.deilylinkissue14018 messages
2012-07-30 11:34:04ned.deilycreate