commit | 19258d5a352c375bbe0da4bb569e556671b9b04f | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Sun Feb 07 11:33:33 2010 +0000 |
committer | Ronald Oussoren <ronaldoussoren@mac.com> | Sun Feb 07 11:33:33 2010 +0000 |
tree | 9cf63baafa9f7f6875a7cb561b9d546fddd54429 | |
parent | 06b59e0c4bc73f9b1f988e0e26085126aa3b42e2 [diff] |
Merged revisions 78056 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78056 | ronald.oussoren | 2010-02-07 12:29:31 +0100 (Sun, 07 Feb 2010) | 5 lines Remove call to gestalt('sysu') from platform.py. This gestalt call is not available on OSX an appearently causes problems for some users. Fixes issue 7812 ........