Merged revisions 74684 via svnmerge from

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
........
This commit is contained in:
Ronald Oussoren 2009-09-06 12:26:54 +00:00
parent 461f2205cc
commit 796550559a
2 changed files with 2 additions and 1 deletions

View File

@ -337,7 +337,6 @@ PYTHONFRAMEWORKGOODIES = [
"Python", # the Python core library "Python", # the Python core library
"Resources/English.lproj", "Resources/English.lproj",
"Resources/Info.plist", "Resources/Info.plist",
"Resources/version.plist",
] ]
def isFramework(): def isFramework():

View File

@ -74,6 +74,8 @@ Core and Builtins
Library Library
------- -------
- Issue #4937: plat-mac/bundlebuilder revers to non-existing version.plist
- Issue #6838: Use a list to accumulate the value instead of - Issue #6838: Use a list to accumulate the value instead of
repeatedly concatenating strings in httplib's repeatedly concatenating strings in httplib's
HTTPResponse._read_chunked providing a significant speed increase HTTPResponse._read_chunked providing a significant speed increase