Ticket #4 (closed enhancement: fixed)
Add FTPHost.walk
| Reported by: | schwa | Owned by: | schwa |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.1 |
| Component: | Library | Version: | 2.0.3 |
| Keywords: | os.walk, os.path.walk, generators, iterators, Python 2.2, Python 2.3 | Cc: |
Description
Python 2.3 introduced an os.walk function which is much more pythonic than the still existing os.path.walk function.
I'm not sure whether the code of the new function should also be compatible with Python 2.0, like the rest of ftputil 2.0.3. When using generators/iterators (which where introduced in Python 2.2), the implementation would be much easier.
Change History
Note: See
TracTickets for help on using
tickets.
