]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added the 'have_run' dictionary to Distribution, and changed
authorGreg Ward <gward@python.net>
Tue, 8 Jun 1999 02:02:00 +0000 (02:02 +0000)
committerGreg Ward <gward@python.net>
Tue, 8 Jun 1999 02:02:00 +0000 (02:02 +0000)
commitc99733497774ad34a3ed7f5575b44d3bef8939fe
tree8cbf055c081ddd9f31ebc921ee09a7f326f963f3
parent4d74d73b0700c97617aeae3b57b96e576316a187
Added the 'have_run' dictionary to Distribution, and changed
  'run_command()' to refer to it before attempting to run a command --
  that way, command classes can freely invoke other commands without fear
  of duplicate execution.
Beefed up some comments and docstrings.
Lib/distutils/core.py