summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-01-12 11:27:42 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-01-12 11:27:42 (GMT)
commit9668b933e306f92aaab5a19a4316124b00978c48 (patch)
tree204c012e73ec778bd2ec46cf891354312f3650a9 /Misc/NEWS
parentcdc445122208cb90a59a468a7396b227e223c43a (diff)
downloadcpython-9668b933e306f92aaab5a19a4316124b00978c48.zip
cpython-9668b933e306f92aaab5a19a4316124b00978c48.tar.gz
cpython-9668b933e306f92aaab5a19a4316124b00978c48.tar.bz2
Patch #414775: Add --skip-build option to bdist command.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 355c926..b6099ee 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -30,6 +30,8 @@ Library
gettext.find an optional all argument. Translations will now fallback
on a per-message basis.
+- distutils bdist commands now offer a --skip-build option.
+
Tools/Demos
Build