Changeset 703
- Timestamp:
- 2007-05-30 22:27:33 (2 years ago)
- Files:
-
- trunk/ftputil.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ftputil.txt
r701 r703 492 492 The code of ``rmtree`` is taken from Python's ``shutil`` module 493 493 and adapted for ``ftputil``. 494 495 **Note: I find this interface rather complicated and would like to496 simplify it without making error handling too difficult. Possible497 changes to ``rmtree`` will depend on the discussion between the498 versions 2.1b and 2.1.**499 494 500 495 Removing files and links
