Changeset 584:06608a909664
- Timestamp:
- 2006-10-19 17:28:59 (4 years ago)
- Author:
- Stefan Schwarzer <sschwarzer@…>
- Branch:
- add_stat_caching
- convert_revision:
- svn:778c30c8-61e0-0310-89d4-fe2f97a467b2/branches/add_stat_caching@610
- Message:
-
Iterator protocol implemented. `xreadlines` stays, as in current file
objects.
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r581
|
r584
|
|
| 1 | 1 | Planned: |
| 2 | 2 | |
| 3 | | - remove xreadlines support from file objects; support iterator |
| 4 | | protocol |
| 5 | 3 | - write a ftputil_mirror.py script |
| 6 | 4 | a) as a usage example of ftputil |