Issue #19400: Prevent extension module build failures with Xcode 5 on OS X
10.8+ when using a universal Python that included a PPC architecture,
such as with a python.org 32-bit-only binary installer.
diff --git a/Misc/NEWS b/Misc/NEWS
index 3b98031..b341c5b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -253,6 +253,10 @@
existing directory caused mkstemp and related APIs to fail instead of
retrying. Report and fix by Vlad Shcherbina.
+- Issue #19400: Prevent extension module build failures with Xcode 5 on OS X
+ 10.8+ when using a universal Python that included a PPC architecture,
+ such as with a python.org 32-bit-only binary installer.
+
Tools/Demos
-----------