From 7d28e96a41307358e2a962c73a072479421e6550 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sun, 7 Nov 2004 01:19:00 +0000 Subject: [PATCH] Add comment about removal of CoreServices/CoreFoundation compilation against the core on OS X (also specifically mention removal of PyMac_GetAppletScriptFile() ). --- Misc/NEWS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ----- -- 2.47.3