commit | a5dae25b3bfded9f0bcb89161c87ad44c119ea00 | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Sun Jun 27 12:44:44 2010 +0000 |
committer | Ronald Oussoren <ronaldoussoren@mac.com> | Sun Jun 27 12:44:44 2010 +0000 |
tree | e37652c5ff56148450f2313b4572edf213813fc5 | |
parent | 0bf7ea856891bfa72060d9be0f05d57fceb445a1 [diff] |
Merged revisions 82276 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r82276 | ronald.oussoren | 2010-06-27 14:43:47 +0200 (Sun, 27 Jun 2010) | 5 lines The uuid library on OSX 10.5 seems to contain the same bug as the one on OSX 10.6, therefore don't use it there either. This fixes issue8621. ........