projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90cf212
)
Add comment about removal of CoreServices/CoreFoundation compilation against
author
Brett Cannon
<bcannon@gmail.com>
Sun, 7 Nov 2004 01:19:00 +0000
(
01:19
+0000)
committer
Brett Cannon
<bcannon@gmail.com>
Sun, 7 Nov 2004 01:19:00 +0000
(
01:19
+0000)
the core on OS X (also specifically mention removal of
PyMac_GetAppletScriptFile() ).
Misc/NEWS
patch
|
blob
|
history
diff --git
a/Misc/NEWS
b/Misc/NEWS
index 1970900da70f8d7f1f006ea69a7a882a302b023a..9d6996de3069ee19ffca24cca37b4ad8b6619ab6 100644
(file)
--- 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
-----