Patch #736857, #736859: Add -e option to build_scripts.
diff --git a/Misc/NEWS b/Misc/NEWS
index be445c9..9ce8c2d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -57,6 +57,9 @@
 Library
 -------
 
+- distutils build/build_scripts now has an -e option to specify the
+  path to the Python interpreter for installed scripts.
+
 - PEP 292 classes Template and SafeTemplate are added to the string module.
 
 - tarfile now generates GNU tar files by default.