]> granicus.if.org Git - python/commit
A test that should test for osx >= 10.4.0 actually tested for os versions <= 10.4...
authorRonald Oussoren <ronaldoussoren@mac.com>
Thu, 22 Nov 2007 10:14:26 +0000 (10:14 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Thu, 22 Nov 2007 10:14:26 +0000 (10:14 +0000)
commitce189e4e7b96de538b2a1b9a60742bac32081bc4
tree4a66cbab15cb63805e6a379dc03223c0c2c332c4
parent3903f50f2e15e935a4984ee91b6363140de9c17e
A test that should test for osx >= 10.4.0 actually tested for os versions <= 10.4. The end result is that
a universal ("fat") build will claim to be a single-architecture on on OSX 10.5 (Leopard).

This patch fixes this issue.
Lib/distutils/util.py