[Zodb-checkins] CVS: ZODB3 - NEWS.txt:1.33.6.40

Tim Peters tim.one at comcast.net
Wed Aug 18 15:00:08 EDT 2004


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

Modified Files:
      Tag: Zope-2_7-branch
	NEWS.txt 
Log Message:
analyze_rec():  This produced spurious "len of unsized object" messages
when a data record had a backpointer instead of a pickle.  Repaired.

analyze(), analyze_trans():  Simplified overly elaborate iteration code.


=== ZODB3/NEWS.txt 1.33.6.39 => 1.33.6.40 ===
--- ZODB3/NEWS.txt:1.33.6.39	Tue Aug 17 19:22:47 2004
+++ ZODB3/NEWS.txt	Wed Aug 18 14:59:37 2004
@@ -3,7 +3,7 @@
 Release date: DD-MMM-YYYY
 
 Tools
---------
+-----
 
 ZODB.utils.oid_repr() changed to add a leading "0x", and to strip leading
 zeroes.  This is used, e.g., in the detail of a POSKeyError exception, to
@@ -25,6 +25,10 @@
 
     Now makes two passes, so that an accurate report can be given of all
     invalid references.
+
+analyze.py produced spurious "len of unsized object" messages when
+finding a data record for an object uncreation or version abort.  These
+no longer appear.
 
 
 What's new in ZODB3 3.2.3



More information about the Zodb-checkins mailing list