[Zodb-checkins] SVN: ZODB/branches/3.3/src/ZODB/utils.py Repaired
thinko in defn of tid_repr.
Tim Peters
tim.one at comcast.net
Sat Sep 4 00:44:43 EDT 2004
Log message for revision 27447:
Repaired thinko in defn of tid_repr.
Changed:
U ZODB/branches/3.3/src/ZODB/utils.py
-=-
Modified: ZODB/branches/3.3/src/ZODB/utils.py
===================================================================
--- ZODB/branches/3.3/src/ZODB/utils.py 2004-09-04 04:27:14 UTC (rev 27446)
+++ ZODB/branches/3.3/src/ZODB/utils.py 2004-09-04 04:44:43 UTC (rev 27447)
@@ -76,7 +76,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