[Zodb-checkins] SVN: ZODB/trunk/src/ZODB/utils.py 'get_refs' wasn't
removed from the __all__ list when
Tim Peters
tim.one at comcast.net
Fri Jun 10 13:19:36 EDT 2005
Log message for revision 30740:
'get_refs' wasn't removed from the __all__ list when
the function was moved to serialize.py; this caused
a Zope3 test to fail.
Changed:
U ZODB/trunk/src/ZODB/utils.py
-=-
Modified: ZODB/trunk/src/ZODB/utils.py
===================================================================
--- ZODB/trunk/src/ZODB/utils.py 2005-06-10 17:13:14 UTC (rev 30739)
+++ ZODB/trunk/src/ZODB/utils.py 2005-06-10 17:19:36 UTC (rev 30740)
@@ -35,7 +35,6 @@
'serial_repr',
'tid_repr',
'positive_id',
- 'get_refs',
'readable_tid_repr',
'WeakSet',
'DEPRECATED_ARGUMENT',
More information about the Zodb-checkins
mailing list