[Zodb-checkins] CVS: ZODB4/src/zodb/storage - interfaces.py:1.5.4.1

Barry Warsaw barry@wooz.org
Mon, 10 Feb 2003 18:13:24 -0500


Update of /cvs-repository/ZODB4/src/zodb/storage
In directory cvs.zope.org:/tmp/cvs-serv5348/src/zodb/storage

Modified Files:
      Tag: opaque-pickles-branch
	interfaces.py 
Log Message:
Update the description of store()'s data argument.


=== ZODB4/src/zodb/storage/interfaces.py 1.5 => 1.5.4.1 ===
--- ZODB4/src/zodb/storage/interfaces.py:1.5	Wed Feb  5 18:28:32 2003
+++ ZODB4/src/zodb/storage/interfaces.py	Mon Feb 10 18:13:23 2003
@@ -97,7 +97,8 @@
         Arguments:
         oid -- the object id, a string
         serial -- the serial number of the revision read by txn, a string
-        data -- the data record, a string
+        data -- a 2-tuple of the data record (string), and the oids of the
+                objects referenced by the this object, as a list
         version -- the version, a string, typically the empty string
         txn -- the current transaction