]> granicus.if.org Git - python/commit
Changed so all the help-generating functions are defined, at module-level,
authorGreg Ward <gward@python.net>
Sat, 24 Jun 2000 01:23:37 +0000 (01:23 +0000)
committerGreg Ward <gward@python.net>
Sat, 24 Jun 2000 01:23:37 +0000 (01:23 +0000)
commit3459381e2a271981e09441752962b748869adf5d
treefb12badb277c876627bbfbe2a2a1628941bb6234
parent55fced3df9efac28e4ead6e3115a4e8658e28bf5
Changed so all the help-generating functions are defined, at module-level,
in the module of the command classes that have command-specific
help options.  This lets us keep the principle of lazily importing
the ccompiler module, and also gets away from defining non-methods
at class level.
Lib/distutils/command/bdist.py
Lib/distutils/command/build.py
Lib/distutils/command/build_clib.py
Lib/distutils/command/build_ext.py
Lib/distutils/command/sdist.py