commit | e9613ae05fb722ff8121b2762df24c06e510a73d | [log] [tgz] |
---|---|---|
author | Greg Ward <gward@python.net> | Mon Apr 10 01:30:44 2000 +0000 |
committer | Greg Ward <gward@python.net> | Mon Apr 10 01:30:44 2000 +0000 |
tree | ec0cf0b2a3cc9e2f363e252dff3902ae45868e08 | |
parent | d38e6f763797bec120ba110cd6e416d903c071b9 [diff] |
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()'.