NEWS entry for fix of issue #9516
diff --git a/Misc/NEWS b/Misc/NEWS
index a603912..23f77e5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -80,6 +80,9 @@
 Library
 -------
 
+- Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is 
+  set in shell.
+
 - Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail
   attribute when called without a max_length argument.