]> granicus.if.org Git - python/commit
Removed global '--force' option -- just too vague a concept to be applicable
authorGreg Ward <gward@python.net>
Mon, 10 Apr 2000 00:18:16 +0000 (00:18 +0000)
committerGreg Ward <gward@python.net>
Mon, 10 Apr 2000 00:18:16 +0000 (00:18 +0000)
commit68a0757e23588a7ea76c562985160484e22a953d
tree4824accd72858ca428a967d91ab15dd6c1a3ee6a
parent582a8701cbef58a6512444b94c6e76e717c2fa25
Removed global '--force' option -- just too vague a concept to be applicable
to all commands in the same way.  Several Command methods now either expect
'self.force' to be defined, or check if it is defined and assume it's
false if not.
Lib/distutils/cmd.py
Lib/distutils/dist.py