]> granicus.if.org Git - python/commit
Fix unused local variables caught by pychecker.
authorJeremy Hylton <jeremy@alum.mit.edu>
Tue, 4 Jun 2002 20:26:44 +0000 (20:26 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Tue, 4 Jun 2002 20:26:44 +0000 (20:26 +0000)
commita2f9989c1a5451253d1e6e8508af422363c7e113
tree01836feb7f7de4b1cf1ee3e5540931afa7911bbe
parenta181ec07af8f0ab34d17be777d65935189df5054
Fix unused local variables caught by pychecker.

Fixes a bug for Solaris pkgtool (bdist_pkgtool) that would have
prevented it from building subpackages.
Lib/distutils/command/bdist_packager.py
Lib/distutils/command/bdist_pkgtool.py
Lib/distutils/core.py
Lib/distutils/cygwinccompiler.py
Lib/distutils/emxccompiler.py
Lib/distutils/sysconfig.py