commit | ca8e7ec21676e4e760fef1646b758af040935621 | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Thu Dec 24 14:50:35 2009 +0000 |
committer | Ronald Oussoren <ronaldoussoren@mac.com> | Thu Dec 24 14:50:35 2009 +0000 |
tree | 637794ab93fd65b57a661a90c5baa27429c5c37f | |
parent | b5afe548d4d23d6cff7ab2be259e41cd6017d3c5 [diff] [blame] |
Unittests and news items for the patch in r77026.
diff --git a/Misc/NEWS b/Misc/NEWS index 130029c..1ed3421 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -31,6 +31,9 @@ Library ------- +- Distutils now correctly identifies the build architecture as "x86_64" + when building on OSX 10.6 without "-arch" flags. + - Issue #7556: Distutils' msvc9compiler now opens the MSVC Manifest file in text mode.