diff options
| author | Ronald Oussoren <ronaldoussoren@mac.com> | 2009-09-06 12:26:54 (GMT) |
|---|---|---|
| committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2009-09-06 12:26:54 (GMT) |
| commit | 796550559a8c4fbf7b917234ccc47bfd4a048938 (patch) | |
| tree | bcd04f041a4ab9711031005fe746899f7cc117cf | |
| parent | 461f2205cc86174a4a01b499b5cf4cc6ffabdfaa (diff) | |
| download | cpython-796550559a8c4fbf7b917234ccc47bfd4a048938.zip cpython-796550559a8c4fbf7b917234ccc47bfd4a048938.tar.gz cpython-796550559a8c4fbf7b917234ccc47bfd4a048938.tar.bz2 | |
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
........
| -rwxr-xr-x | Lib/plat-mac/bundlebuilder.py | 1 | ||||
| -rw-r--r-- | Misc/NEWS | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Lib/plat-mac/bundlebuilder.py b/Lib/plat-mac/bundlebuilder.py index dda9510..13b3e4b 100755 --- a/Lib/plat-mac/bundlebuilder.py +++ b/Lib/plat-mac/bundlebuilder.py @@ -337,7 +337,6 @@ PYTHONFRAMEWORKGOODIES = [ "Python", # the Python core library "Resources/English.lproj", "Resources/Info.plist", - "Resources/version.plist", ] def isFramework(): @@ -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 |
