commit | 9f5c0c41ce000e57f9d196f398dcc7a4142ab3ce | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Wed Aug 25 11:37:43 2004 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Wed Aug 25 11:37:43 2004 +0000 |
tree | 6b773a71ec5aac9355560fe7383a393c8280f650 | |
parent | be83737c7cd98df576239d4a8f86024ee3b2845c [diff] [blame] |
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.