Issue #7880: Fix sysconfig when the python executable is a symbolic link.
diff --git a/Misc/NEWS b/Misc/NEWS
index 85fe3c0..8f450a9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -20,6 +20,8 @@
 Library
 -------
 
+- Issue #7880: Fix sysconfig when the python executable is a symbolic link.
+
 - Issue #7624: Fix isinstance(foo(), collections.Callable) for old-style
   classes.