[Zodb-checkins] CVS: ZODB3 - NEWS.txt:1.33.6.39
Tim Peters
tim.one at comcast.net
Tue Aug 17 19:23:18 EDT 2004
Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv28032
Modified Files:
Tag: Zope-2_7-branch
NEWS.txt
Log Message:
Many changes to fsrefs.py, based on problems I hit using it in real life.
=== ZODB3/NEWS.txt 1.33.6.38 => 1.33.6.39 ===
--- ZODB3/NEWS.txt:1.33.6.38 Tue Aug 17 15:23:46 2004
+++ ZODB3/NEWS.txt Tue Aug 17 19:22:47 2004
@@ -12,6 +12,20 @@
octal 9. Or was it meant to be decimal 11? Or was it meant to be hex?
Now it displays as 0x11.
+fsrefs.py:
+
+ When run with -v, produced tracebacks for objects whose creation was
+ merely undone. This was confusing. Tracebacks are now produced only
+ if there's "a real" problem loading an oid.
+
+ If the current revision of object O refers to an object P whose
+ creation has been undone, this is now identified as a distinct case.
+
+ Captured and ignored most attempts to stop it via Ctrl+C. Repaired.
+
+ Now makes two passes, so that an accurate report can be given of all
+ invalid references.
+
What's new in ZODB3 3.2.3
=========================
More information about the Zodb-checkins
mailing list