]> granicus.if.org Git - python/commit
Added a check for the 'force' attribute in '__getattr__()' -- better than
authorGreg Ward <gward@python.net>
Mon, 10 Apr 2000 01:30:44 +0000 (01:30 +0000)
committerGreg Ward <gward@python.net>
Mon, 10 Apr 2000 01:30:44 +0000 (01:30 +0000)
commite9613ae05fb722ff8121b2762df24c06e510a73d
treeec0cf0b2a3cc9e2f363e252dff3902ae45868e08
parentd38e6f763797bec120ba110cd6e416d903c071b9
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()'.
Lib/distutils/cmd.py