Patch #1046831: Use get_python_version where appropriate in sysconfig.py.
diff --git a/Misc/NEWS b/Misc/NEWS
index cdb9f80..ea463f9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -61,6 +61,8 @@
 Library
 -------
 
+- Patch #1046831: Use get_python_version where appropriate in sysconfig.py.
+
 - Patch #1117454: Remove code to special-case cookies without values
   in LWPCookieJar.