]> granicus.if.org Git - python/commit
Rene Liebscher: if we have to run the same sub-command multiple times
authorGreg Ward <gward@python.net>
Sat, 16 Sep 2000 16:04:59 +0000 (16:04 +0000)
committerGreg Ward <gward@python.net>
Sat, 16 Sep 2000 16:04:59 +0000 (16:04 +0000)
commitbeb6d72f3127280ade0be24d09b069487d204294
treec6eaf4736c2874bf000e8b36cdff826623275ed7
parent3bfc8c806862410458b60961a5c4cde997fe5c1c
Rene Liebscher: if we have to run the same sub-command multiple times
(eg. "bdist_dumb", to generate both ZIP and tar archives in the same
run), tell all but the last run to keep temp files -- this just gets
rid of the need to pseudo-install the same files multiple times.
Lib/distutils/command/bdist.py