diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-01-12 11:27:42 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-01-12 11:27:42 (GMT) |
commit | 9668b933e306f92aaab5a19a4316124b00978c48 (patch) | |
tree | 204c012e73ec778bd2ec46cf891354312f3650a9 /Misc/NEWS | |
parent | cdc445122208cb90a59a468a7396b227e223c43a (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |