]> granicus.if.org Git - python/commit
Renamed all command classes so they're exactly the same as the name of the
authorGreg Ward <gward@python.net>
Fri, 18 Feb 2000 00:13:53 +0000 (00:13 +0000)
committerGreg Ward <gward@python.net>
Fri, 18 Feb 2000 00:13:53 +0000 (00:13 +0000)
commit1993f9ad0e2cf53c8dc441cbbb44eb2e3a190538
tree08fa9394ecabe2d5505ed392beaf966a2535c369
parente1b1c94a0c38188b932a553115df34dca364a9ff
Renamed all command classes so they're exactly the same as the name of the
command itself: no more of this "FooBar class for foo_bar command"
silliness.
Lib/distutils/command/build.py
Lib/distutils/command/build_clib.py
Lib/distutils/command/build_ext.py
Lib/distutils/command/build_lib.py
Lib/distutils/command/build_py.py
Lib/distutils/command/install.py
Lib/distutils/command/install_ext.py
Lib/distutils/command/install_lib.py
Lib/distutils/command/install_py.py
Lib/distutils/command/sdist.py