projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8b3505
)
dirnode.deep_traverse: fix docstring to describe the correct return value
author
Brian Warner
<warner@allmydata.com>
Fri, 23 Jan 2009 04:39:50 +0000
(21:39 -0700)
committer
Brian Warner
<warner@allmydata.com>
Fri, 23 Jan 2009 04:39:50 +0000
(21:39 -0700)
src/allmydata/dirnode.py
patch
|
blob
|
history
diff --git
a/src/allmydata/dirnode.py
b/src/allmydata/dirnode.py
index 375af2a5c58a094057323c9337abae8dad588f01..3dde57a8f2a5da6f0504d12cab8886b5b711d99e 100644
(file)
--- a/
src/allmydata/dirnode.py
+++ b/
src/allmydata/dirnode.py
@@
-477,7
+477,8
@@
class NewDirectoryNode:
directory structure, this may appear to under-count or miss some of
them.
- I return a Deferred that will fire with the value of walker.finish().
+ I return a Monitor which can be used to wait for the operation to
+ finish, learn about its progress, or cancel the operation.
"""
# this is just a tree-walker, except that following each edge