]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Regularize options a bit:
authorGreg Ward <gward@python.net>
Wed, 31 May 2000 23:56:45 +0000 (23:56 +0000)
committerGreg Ward <gward@python.net>
Wed, 31 May 2000 23:56:45 +0000 (23:56 +0000)
commit69413da74993ff6728b72be4b4290fc705e9cbc1
tree1fd9df7eb89acf4fd0d977fa199c66eebffc15b3
parent46bd9a6191236c07401169ff407914aeacbddc98
Regularize options a bit:
  * help strings start with lowercase
  * added affirmative version of '--no-clean' and '--no-rpm-opt-flags',
    which are the default (thus the attributes that correspond to
    the options are now 'clean' and 'use_rpm_opt_flags')
Lib/distutils/command/bdist_rpm.py