Made sysconfig a script that displays useful information - #8770
diff --git a/Misc/NEWS b/Misc/NEWS
index df36345..ecf5744 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -392,6 +392,9 @@
 Library
 -------
 
+- Issue #8770: now sysconfig displays information when it's called as
+  a script. Initial idea by Sridhar Ratnakumar.
+
 - Issue #6662: Fix parsing of malformatted charref (&#bad;), patch written by
   Fredrik Håård