summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2012-07-21 12:36:30 (GMT)
committerNed Deily <nad@acm.org>2012-07-21 12:36:30 (GMT)
commitdf8aa2b3256e846353924e1111f59ccbca72f9d6 (patch)
treef831b67289f4c515c30681499f0538bdbe335aa0 /Misc
parent0fd1062a7639f2a155fd6d04eb9cebbd4e5118df (diff)
downloadcpython-df8aa2b3256e846353924e1111f59ccbca72f9d6.zip
cpython-df8aa2b3256e846353924e1111f59ccbca72f9d6.tar.gz
cpython-df8aa2b3256e846353924e1111f59ccbca72f9d6.tar.bz2
Issue #15184: Ensure consistent results of OS X configuration
tailoring for universal builds by factoring out common OS X-specific customizations from sysconfig, distutils.sysconfig, distutils.util, and distutils.unixccompiler into a new module _osx_support that can eventually also be used by packaging.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 33d8d0e..a7db9cf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -137,6 +137,11 @@ Library
- Issue 10924: Fixed mksalt() to use a RNG that is suitable for cryptographic
purpose.
+- Issue #15184: Ensure consistent results of OS X configuration
+ tailoring for universal builds by factoring out common OS X-specific
+ customizations from sysconfig, distutils.sysconfig, distutils.util,
+ and distutils.unixccompiler into a new module _osx_support.
+
C API
-----