[Zope-Checkins] CVS: Zope2 - referencesf.py:1.1.128.1
Jim Fulton
jim@digicool.com
Wed, 21 Mar 2001 09:56:37 -0500 (EST)
Update of /cvs-repository/Zope2/lib/python/ZODB
In directory korak:/tmp/cvs-serv7694
Modified Files:
Tag: zope-2_3-branch
referencesf.py
Log Message:
Returning the references list makes the API much cleaner,
which will help new storage writers.
--- Updated File referencesf.py in package Zope2 --
--- referencesf.py 1999/05/18 15:55:10 1.1
+++ referencesf.py 2001/03/21 14:56:37 1.1.128.1
@@ -114,3 +114,4 @@
if type(v) is tt: v=v[0]
rootl[i]=v
+ return rootl