Merge lp://staging/~jderose/filestore/stat into lp://staging/filestore
Proposed by
Jason Gerard DeRose
Status: | Merged |
---|---|
Merged at revision: | 203 |
Proposed branch: | lp://staging/~jderose/filestore/stat |
Merge into: | lp://staging/filestore |
Diff against target: |
411 lines (+253/-36) 2 files modified
filestore.py (+71/-11) test_filestore.py (+182/-25) |
To merge this branch: | bzr merge lp://staging/~jderose/filestore/stat |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Jason Gerard DeRose | Approve | ||
Review via email: mp+75457@code.staging.launchpad.net |
Description of the change
This merge:
* Adds `Stat` namedtuple
* Adds `FileNotFound` exception
* Adds strict `FileStore.stat()` method
* Updates `FileStore.
* Makes `FileStore.
I'll update the rst docs in a separate merge.
To post a comment you must log in.
As the schedule is tight for the dmedia core refactor, I'm going to self approve this.