[Zope-Checkins] CVS: ZODB3/ZEO - ClientStorage.py:1.73.2.23.2.7

Tim Peters tim.one@comcast.net
Wed, 11 Jun 2003 17:00:24 -0400


Update of /cvs-repository/ZODB3/ZEO
In directory cvs.zope.org:/tmp/cvs-serv20747/ZEO

Modified Files:
      Tag: tim-loading_oids_status-branch
	ClientStorage.py 
Log Message:
Trimmed trailing whitespace.


=== ZODB3/ZEO/ClientStorage.py 1.73.2.23.2.6 => 1.73.2.23.2.7 ===
--- ZODB3/ZEO/ClientStorage.py:1.73.2.23.2.6	Wed Jun 11 15:02:38 2003
+++ ZODB3/ZEO/ClientStorage.py	Wed Jun 11 17:00:24 2003
@@ -268,7 +268,7 @@
         # first).  To worm around this, load() creates a dict in
         # _loading_oid_invs and invalidateTrans() stores any arriving
         # invalidations in that dict.  When the zeoLoad() call returns
-        # from the server, load() handles the invalidations.  
+        # from the server, load() handles the invalidations.
         # It's possible for different threads to attempt to load the same
         # oid at the same time.  To account for this, we keep a counter
         # in _loading_oid_count.  Invalidations are only handled when
@@ -682,7 +682,7 @@
         Return boolean indicating whether this was the last load and
         a list of versions to invalidate.  The list is empty unless
         the boolean is True.
-        
+
         Caller must hold self._lock.
         """
         count = self._loading_oid_count[oid]