summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2004-11-07 01:19:00 (GMT)
committerBrett Cannon <bcannon@gmail.com>2004-11-07 01:19:00 (GMT)
commit7d28e96a41307358e2a962c73a072479421e6550 (patch)
tree0aee660c7ead472173dc6ddec16cd143d3513aa8 /Misc
parent90cf212cefd270615a6d7ffa043e1cf3bd9ec9f2 (diff)
downloadcpython-7d28e96a41307358e2a962c73a072479421e6550.zip
cpython-7d28e96a41307358e2a962c73a072479421e6550.tar.gz
cpython-7d28e96a41307358e2a962c73a072479421e6550.tar.bz2
Add comment about removal of CoreServices/CoreFoundation compilation against
the core on OS X (also specifically mention removal of PyMac_GetAppletScriptFile() ).
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1970900..9d6996d 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
-----