summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2004-08-25 11:37:43 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2004-08-25 11:37:43 (GMT)
commit9f5c0c41ce000e57f9d196f398dcc7a4142ab3ce (patch)
tree6b773a71ec5aac9355560fe7383a393c8280f650 /Misc
parentbe83737c7cd98df576239d4a8f86024ee3b2845c (diff)
downloadcpython-9f5c0c41ce000e57f9d196f398dcc7a4142ab3ce.zip
cpython-9f5c0c41ce000e57f9d196f398dcc7a4142ab3ce.tar.gz
cpython-9f5c0c41ce000e57f9d196f398dcc7a4142ab3ce.tar.bz2
Patch #736857, #736859: Add -e option to build_scripts.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index be445c9..9ce8c2d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -57,6 +57,9 @@ Extension modules
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.