[Zodb-checkins] CVS: ZODB3/ZEO1 - ClientCache.py:1.4

Guido van Rossum guido@python.org
Wed, 4 Sep 2002 11:53:39 -0400


Update of /cvs-repository/ZODB3/ZEO1
In directory cvs.zope.org:/tmp/cvs-serv27655

Modified Files:
	ClientCache.py 
Log Message:
Make this compile under Python 1.5.2.  The customer installation where
we want to run this is using 1.5.2.


=== ZODB3/ZEO1/ClientCache.py 1.3 => 1.4 ===
--- ZODB3/ZEO1/ClientCache.py:1.3	Fri Aug 30 16:03:36 2002
+++ ZODB3/ZEO1/ClientCache.py	Wed Sep  4 11:53:38 2002
@@ -420,7 +420,7 @@
         # This method has been carefully tuned to be as fast as possible.
         # Note: when tracing is disabled, this method is hidden by a dummy.
         if version:
-            code |= 0x80
+            code = code | 0x80
         self._tracefile.write(
             struct_pack(">ii8s8s",
                         time_time(),