0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Lib/distutils/command
Greg Ward e6ac2fcc12 Renamed many options to be consistent across commands.
Tweaked some help strings to be consistent with documentation.
Don't call 'set_final_options()' in 'run()' anymore -- that's now
  guaranteed to be taken care of for us by the Distribution instance.
1999-09-29 12:38:18 +00:00
..
__init__.py Added docstring, brought __all__ up-to-date. 1999-09-21 18:33:09 +00:00
build_ext.py Some option changes: 1999-09-21 18:27:12 +00:00
build_py.py Basically a complete rewrite to support dealing with modules in whole 1999-09-21 18:22:34 +00:00
build.py Renamed many options to be consistent across commands. 1999-09-29 12:38:18 +00:00
install_ext.py Renamed many options to be consistent across commands. 1999-09-29 12:38:18 +00:00
install_lib.py Renamed many options to be consistent across commands. 1999-09-29 12:38:18 +00:00
install_py.py Renamed many options to be consistent across commands. 1999-09-29 12:38:18 +00:00
install.py Renamed many options to be consistent across commands. 1999-09-29 12:38:18 +00:00