diff options
author | Ned Deily <nad@acm.org> | 2012-07-21 12:36:30 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2012-07-21 12:36:30 (GMT) |
commit | df8aa2b3256e846353924e1111f59ccbca72f9d6 (patch) | |
tree | f831b67289f4c515c30681499f0538bdbe335aa0 /Misc | |
parent | 0fd1062a7639f2a155fd6d04eb9cebbd4e5118df (diff) | |
download | cpython-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 ----- |