diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2009-12-24 14:50:35 (GMT) |
---|---|---|
committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2009-12-24 14:50:35 (GMT) |
commit | ca8e7ec21676e4e760fef1646b758af040935621 (patch) | |
tree | 637794ab93fd65b57a661a90c5baa27429c5c37f /Misc | |
parent | b5afe548d4d23d6cff7ab2be259e41cd6017d3c5 (diff) | |
download | cpython-ca8e7ec21676e4e760fef1646b758af040935621.zip cpython-ca8e7ec21676e4e760fef1646b758af040935621.tar.gz cpython-ca8e7ec21676e4e760fef1646b758af040935621.tar.bz2 |
Unittests and news items for the patch in r77026.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -31,6 +31,9 @@ Core and Builtins 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. |