[Zodb-checkins] CVS: Packages/ZODB - utils.py:1.17.4.4

Tim Peters tim.one at comcast.net
Sat Sep 4 00:45:04 EDT 2004


Update of /cvs-repository/Packages/ZODB
In directory cvs.zope.org:/tmp/cvs-serv15739/ZODB

Modified Files:
      Tag: Zope-2_7-branch
	utils.py 
Log Message:
Repaired thinko in defn of tid_repr.


=== Packages/ZODB/utils.py 1.17.4.3 => 1.17.4.4 ===
--- Packages/ZODB/utils.py:1.17.4.3	Sat Sep  4 00:09:54 2004
+++ Packages/ZODB/utils.py	Sat Sep  4 00:45:03 2004
@@ -103,7 +103,7 @@
         return repr(oid)
 
 serial_repr = oid_repr
-tid_repr = oid_repr
+tid_repr = serial_repr
 
 # For example, produce
 #     '0x03441422948b4399 2002-04-14 20:50:34.815000'



More information about the Zodb-checkins mailing list