]> granicus.if.org Git - python/commit
Added 'description' class attribute to every command class (to help the
authorGreg Ward <gward@python.net>
Sun, 30 Jan 2000 18:34:15 +0000 (18:34 +0000)
committerGreg Ward <gward@python.net>
Sun, 30 Jan 2000 18:34:15 +0000 (18:34 +0000)
commit37bc81505379facad85a7c6ff273de0201f28656
treef2c2208609ff73860b86da445fbb7669847b5bbc
parent4c67936e4eab6db332c32b51f45c91870fb58d90
Added 'description' class attribute to every command class (to help the
  '--help-commands' option).
Shuffled imports around in a few command modules to avoid expensive
  up-front import of sysconfig (and resulting delays in generating list
  of all commands).
Lib/distutils/command/build.py
Lib/distutils/command/build_ext.py
Lib/distutils/command/build_py.py
Lib/distutils/command/dist.py
Lib/distutils/command/install.py
Lib/distutils/command/install_ext.py
Lib/distutils/command/install_lib.py
Lib/distutils/command/install_py.py