[Zodb-checkins] SVN: ZODB/trunk/src/ZODB/interfaces.py Added some missing documentation.
Jim Fulton
jim at zope.com
Fri Dec 5 15:09:24 EST 2008
Log message for revision 93694:
Added some missing documentation.
Changed:
U ZODB/trunk/src/ZODB/interfaces.py
-=-
Modified: ZODB/trunk/src/ZODB/interfaces.py
===================================================================
--- ZODB/trunk/src/ZODB/interfaces.py 2008-12-05 19:53:03 UTC (rev 93693)
+++ ZODB/trunk/src/ZODB/interfaces.py 2008-12-05 20:09:23 UTC (rev 93694)
@@ -1023,7 +1023,8 @@
The storage will take ownership of the file and will rename it
(or copy and remove it) immediately, or at transaction-commit
time. The file must not be open.
-
+
+ The new serial is returned.
"""
def loadBlob(oid, serial):
More information about the Zodb-checkins
mailing list