commit | f449ea51aa9b72bf8d8ea7a19e87c5a169fc9605 | [log] [tgz] |
---|---|---|
author | Greg Ward <gward@python.net> | Sat Sep 16 15:23:28 2000 +0000 |
committer | Greg Ward <gward@python.net> | Sat Sep 16 15:23:28 2000 +0000 |
tree | da17493236f3dc9bca64ccd1c6f9f27413cba204 | |
parent | b3e0ad9804cac46243fb49bb8894e00b6880295a [diff] |
Generalized 'reinitialize_command()' so it can optionally reinitialize the command's sub-commands as well (off by default). This is essential if we want to be be able to run (eg.) "install" twice in one run, as happens when generating multiple built distributions in one run.