]> arthur.barton.de Git - bup.git/blobdiff - lib/bup/bloom.py
bloom-cmd.py: close open file object for tfname before attempting a rename.
[bup.git] / lib / bup / bloom.py
index 5974ee28a70da2d31716cb9f6e2583a2181e0ceb..c90a1fdf40bd812bea35d3ee2d7e28e22a9fc499 100644 (file)
@@ -94,6 +94,9 @@ _total_steps = 0
 bloom_contains = _helpers.bloom_contains
 bloom_add = _helpers.bloom_add
 
+# FIXME: check bloom create() and ShaBloom handling/ownership of "f".
+# The ownership semantics should be clarified since the caller needs
+# to know who is responsible for closing it.
 
 class ShaBloom:
     """Wrapper which contains data from multiple index files. """