From 626faeb77bf5cc8d545da3459dea0a518b3052c3 Mon Sep 17 00:00:00 2001 From: Ronald Oussoren Date: Sun, 6 Sep 2009 12:23:18 +0000 Subject: Fix for issue 4937 --- Lib/plat-mac/bundlebuilder.py | 1 - Misc/NEWS | 7 +++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Lib/plat-mac/bundlebuilder.py b/Lib/plat-mac/bundlebuilder.py index 61cadba..7a71051 100755 --- a/Lib/plat-mac/bundlebuilder.py +++ b/Lib/plat-mac/bundlebuilder.py @@ -341,7 +341,6 @@ PYTHONFRAMEWORKGOODIES = [ "Python", # the Python core library "Resources/English.lproj", "Resources/Info.plist", - "Resources/version.plist", ] def isFramework(): diff --git a/Misc/NEWS b/Misc/NEWS index 739726c..def387d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -366,6 +366,8 @@ Core and Builtins Library ------- +- Issue #4937: plat-mac/bundlebuilder revers to non-existing version.plist + - Issue #6838: Use a list to accumulate the value instead of repeatedly concatenating strings in httplib's HTTPResponse._read_chunked providing a significant speed increase @@ -1191,6 +1193,11 @@ Tools/Demos Build ----- +- Add 2 new options to ``--with-universal-archs`` on MacOSX: + ``intel`` builds a distribution with ``i386`` and ``x86_64`` architectures, + while ``3-way`` builds a distribution with the ``ppc``, ``i386`` + and ``x86_64`` architectures. + - Issue #6802: Fix build issues on MacOSX 10.6 - Issue #6244: Allow detect_tkinter to look for Tcl/Tk 8.6. -- cgit v0.12