summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
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
-----