]> granicus.if.org Git - python/commit
Fix usage of dry-run in packaging bdist_wininst and install_distinfo.
authorÉric Araujo <merwok@netwok.org>
Sat, 10 Sep 2011 16:10:23 +0000 (18:10 +0200)
committerÉric Araujo <merwok@netwok.org>
Sat, 10 Sep 2011 16:10:23 +0000 (18:10 +0200)
commitc8f9c81cfa7fb46d3c0be9e9e5f18bfda9247984
tree58af5490bf483cdad06caffe38ef881aa67e40c6
parente6db7a3a298e3bfe5064de2298ba6cdcb470793e
Fix usage of dry-run in packaging bdist_wininst and install_distinfo.

In dry-run mode, packaging commands should log the same info as in real
operation and should collect the same files in self.outputs, so that
users can run a command in verbose and dry-run mode to see exactly what
operations will be done in the real run.
Lib/packaging/command/bdist_wininst.py
Lib/packaging/command/install_distinfo.py