[Erp5-report] r34325 jerome - /erp5/trunk/products/ERP5Type/Base.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Apr 7 14:03:41 CEST 2010


Author: jerome
Date: Wed Apr  7 14:03:40 2010
New Revision: 34325

URL: http://svn.erp5.org?rev=34325&view=rev
Log:
fix docstring, uid is not unique to each ZODB.
Remove some TODO

Modified:
    erp5/trunk/products/ERP5Type/Base.py

Modified: erp5/trunk/products/ERP5Type/Base.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/Base.py?rev=34325&r1=34324&r2=34325&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/Base.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/Base.py [utf8] Wed Apr  7 14:03:40 2010
@@ -726,7 +726,7 @@
     id  --  the standard object id
     rid --  the standard object id in the master ODB the object was
         subsribed from
-    uid --  a global object id which is unique to each ZODB
+    uid --  a global object id which is unique
     sid --  the id of the subscribtion/syncrhonisation object which
         this object was generated from
 
@@ -734,12 +734,6 @@
              process (NONE, SENT, ACKNOWLEDGED, SYNCHRONIZED)
              could work as a workflow but CPU expensive
 
-
-    TODO:
-
-      - assess / fix atomicity
-
-      - assess / fix uid during synchronisation / import
   """
   meta_type = 'ERP5 Base Object'
   portal_type = 'Base Object'




More information about the Erp5-report mailing list