commit | c8c89c4e6292df2ed1c269f51e7dc51b380f9e5b | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Thu Feb 11 13:24:45 2010 +0000 |
committer | Ronald Oussoren <ronaldoussoren@mac.com> | Thu Feb 11 13:24:45 2010 +0000 |
tree | 3d9b3766fe87e7dfa6115792f8efeede1c2fa209 | |
parent | 733ecdcc2f88a4231853c364aacb702b7a6949f9 [diff] |
Merged revisions 78152 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r78152 | ronald.oussoren | 2010-02-11 14:23:08 +0100 (Thu, 11 Feb 2010) | 4 lines Fix for issue #7715: explicitly use the system arch instead of whatever is on the user's path. This is needed because GNU arch is not necessarily compatible with Apple's version. ........