summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2009-12-24 14:50:35 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2009-12-24 14:50:35 (GMT)
commitca8e7ec21676e4e760fef1646b758af040935621 (patch)
tree637794ab93fd65b57a661a90c5baa27429c5c37f /Misc
parentb5afe548d4d23d6cff7ab2be259e41cd6017d3c5 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 130029c..1ed3421 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.