Update of /projects/cvsroot/distutils/distutils In directory kaluha:/tmp/cvs-serv16575 Modified Files: cmd.py Log Message: Added a check for the 'force' attribute in '__getattr__()' -- better than crashing when self.force not defined. Revise 'copy_file()' and 'copy_tree()' docstrings accordingly. Remove 'hasattr()' check for 'self.force' from 'make_file()'.