[Neo-report] r2148 vincent - /trunk/neo/master/transactions.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jun 9 11:08:19 CEST 2010


Author: vincent
Date: Wed Jun  9 11:08:19 2010
New Revision: 2148

Log:
Add a comment about possibly dangerous behaviour.

Modified:
    trunk/neo/master/transactions.py

Modified: trunk/neo/master/transactions.py
==============================================================================
--- trunk/neo/master/transactions.py [iso-8859-1] (original)
+++ trunk/neo/master/transactions.py [iso-8859-1] Wed Jun  9 11:08:19 2010
@@ -90,6 +90,8 @@
             Define that a node has locked the transaction
             Returns true if all nodes are locked
         """
+        # XXX: Should first check that node is part of transaction, and fail if
+        # it's not.
         self._uuid_dict[uuid] = True
         return self.locked()
 





More information about the Neo-report mailing list