[Neo-report] r2467 vincent - /trunk/neo/client/app.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Nov 22 09:51:06 CET 2010


Author: vincent
Date: Mon Nov 22 09:51:05 2010
New Revision: 2467

Log:
Serial is just another name for TID.

Confirmed by Jim Fulton on zodb-dev.

Modified:
    trunk/neo/client/app.py

Modified: trunk/neo/client/app.py
==============================================================================
--- trunk/neo/client/app.py [iso-8859-1] (original)
+++ trunk/neo/client/app.py [iso-8859-1] Mon Nov 22 09:51:05 2010
@@ -892,7 +892,6 @@ class Application(object):
                         if oid in mq_cache:
                             del mq_cache[oid]
                     else:
-                        # Now serial is same as tid
                         mq_cache[oid] = tid, data
             finally:
                 self._cache_lock_release()





More information about the Neo-report mailing list