diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2009-09-06 12:23:18 (GMT) |
---|---|---|
committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2009-09-06 12:23:18 (GMT) |
commit | 626faeb77bf5cc8d545da3459dea0a518b3052c3 (patch) | |
tree | 526475445326b5d7344bb8203eddbc6ac29898c4 /Misc | |
parent | 135a7cf540b3070fd4b7ed30994ba3b75bc8183c (diff) | |
download | cpython-626faeb77bf5cc8d545da3459dea0a518b3052c3.zip cpython-626faeb77bf5cc8d545da3459dea0a518b3052c3.tar.gz cpython-626faeb77bf5cc8d545da3459dea0a518b3052c3.tar.bz2 |
Fix for issue 4937
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |