]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Merged revisions 74684 via svnmerge from
authorRonald Oussoren <ronaldoussoren@mac.com>
Sun, 6 Sep 2009 12:26:54 +0000 (12:26 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Sun, 6 Sep 2009 12:26:54 +0000 (12:26 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r74684 | ronald.oussoren | 2009-09-06 14:23:18 +0200 (Sun, 06 Sep 2009) | 2 lines

  Fix for issue 4937
........

Lib/plat-mac/bundlebuilder.py
Misc/NEWS

index dda95108a29cc28609b43d7ec853e6505bda8eb9..13b3e4b3db768aa3ac1bfa50d18b819400ded95b 100755 (executable)
@@ -337,7 +337,6 @@ PYTHONFRAMEWORKGOODIES = [
     "Python",  # the Python core library
     "Resources/English.lproj",
     "Resources/Info.plist",
-    "Resources/version.plist",
 ]
 
 def isFramework():
index a41f38cdbe417aa9a60e029710793f52f5004805..80ac82b13891b9fcb3d3564c57c7240f062fa0d5 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -74,6 +74,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