[Pkg-bazaar-commits] ./bzr/unstable r956: doc

Martin Pool mbp at sourcefrog.net
Fri Apr 10 08:21:34 UTC 2009


------------------------------------------------------------
revno: 956
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Fri 2005-07-22 16:32:52 -0300
message:
  doc
modified:
  bzrlib/workingtree.py
-------------- next part --------------
=== modified file 'bzrlib/workingtree.py'
--- a/bzrlib/workingtree.py	2005-07-22 18:49:46 +0000
+++ b/bzrlib/workingtree.py	2005-07-22 19:32:52 +0000
@@ -16,6 +16,10 @@
 
 # TODO: Don't allow WorkingTrees to be constructed for remote branches.
 
+# FIXME: I don't know if writing out the cache from the destructor is really a
+# good idea, because destructors are considered poor taste in Python, and
+# it's not predictable when it will be written out.
+
 import os
     
 import bzrlib.tree
@@ -286,8 +290,4 @@
                     return pat
         else:
             return None
-        
-
-        
-        
-
+        
\ No newline at end of file



More information about the Pkg-bazaar-commits mailing list