From: Brett Cannon Date: Sun, 7 Nov 2004 01:19:00 +0000 (+0000) Subject: Add comment about removal of CoreServices/CoreFoundation compilation against X-Git-Tag: v2.4c1~87 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7d28e96a41307358e2a962c73a072479421e6550;p=thirdparty%2FPython%2Fcpython.git Add comment about removal of CoreServices/CoreFoundation compilation against the core on OS X (also specifically mention removal of PyMac_GetAppletScriptFile() ). --- diff --git a/Misc/NEWS b/Misc/NEWS index 1970900da70f..9d6996de3069 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -31,7 +31,9 @@ Library Build ----- -... +- Bug 1034277 / Patch 1035255: Remove compilation of core against CoreServices + and CoreFoundation on OS X. Involved removing PyMac_GetAppletScriptFile() + which has no known users. Thanks Bob Ippolito. C API -----