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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jan 25 10:53:09 CET 2011


Author: vincent
Date: Tue Jan 25 10:53:09 2011
New Revision: 2639

Log:
Generalise comment.

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] Tue Jan 25 10:53:09 2011
@@ -619,7 +619,7 @@ class Application(object):
 
     def onStoreTimeout(self, conn, msg_id, ttid, oid):
         # NOTE: this method is called from poll thread, don't use
-        # local_var !
+        # thread-specific value !
         # Stop expecting the timed-out store request.
         queue = self.dispatcher.forget(conn, msg_id)
         # Ask the storage if someone locks the object.




More information about the Neo-report mailing list