Changes between Initial Version and Version 2 of Ticket #2047


Ignore:
Timestamp:
2013-08-07T00:49:49Z (11 years ago)
Author:
daira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2047

    • Property Owner set to daira
    • Property Status changed from new to assigned
    • Property Summary changed from refactor *Source classes in tahoe-cp.py to have a basename() method rather than passing around (name, source) pairs to refactor *Source classes in tahoe_cp.py to have a basename() method rather than passing around (name, source) pairs
  • Ticket #2047 – Description

    initial v2  
    1 Much of the code in [source:src/allmydata/scripts/tahoe-cp.py] passes around `(name, source)` pairs, where the name is the basename (i.e. last path component) of the source object. The source object should instead have a `basename()` method. (It is called that in Twisted's `FilePath` API.)
     1Much of the code in [source:src/allmydata/scripts/tahoe_cp.py] passes around `(name, source)` pairs, where the name is the basename (i.e. last path component) of the source object. The source object should instead have a `basename()` method. (It is called that in Twisted's `FilePath` API.)