[Zodb-checkins] SVN: ZODB/trunk/ Note that the best explanation of
fsoids is in its doctest.
Tim Peters
tim.one at comcast.net
Fri Aug 20 22:54:26 EDT 2004
Log message for revision 27207:
Note that the best explanation of fsoids is in its doctest.
Changed:
U ZODB/trunk/NEWS.txt
U ZODB/trunk/src/scripts/fsoids.py
-=-
Modified: ZODB/trunk/NEWS.txt
===================================================================
--- ZODB/trunk/NEWS.txt 2004-08-21 02:49:09 UTC (rev 27206)
+++ ZODB/trunk/NEWS.txt 2004-08-21 02:54:26 UTC (rev 27207)
@@ -10,6 +10,7 @@
is missing -- did it ever exist? if so, when? who referenced it? when
was the last transaction that modified an object that referenced it?
which objects did it reference? what kind of object was it?).
+ZODB/test/testfsoids.py is a tutorial doctest.
What's new in ZODB3 3.3 ?
Modified: ZODB/trunk/src/scripts/fsoids.py
===================================================================
--- ZODB/trunk/src/scripts/fsoids.py 2004-08-21 02:49:09 UTC (rev 27206)
+++ ZODB/trunk/src/scripts/fsoids.py 2004-08-21 02:54:26 UTC (rev 27207)
@@ -34,6 +34,8 @@
This will not alter the FileStorage, but running against a live FileStorage
is not recommended (spurious error messages may result).
+
+See testfsoids.py for a tutorial doctest.
"""
import sys
More information about the Zodb-checkins
mailing list