[Zodb-checkins] CVS: Zope/lib/python/ZODB - Connection.py:1.133
    Jeremy Hylton 
    jeremy at zope.com
       
    Tue Mar  2 11:25:08 EST 2004
    
    
  
Update of /cvs-repository/Zope/lib/python/ZODB
In directory cvs.zope.org:/tmp/cvs-serv11946
Modified Files:
	Connection.py 
Log Message:
Add cacheGC to group User methods.
=== Zope/lib/python/ZODB/Connection.py 1.132 => 1.133 ===
--- Zope/lib/python/ZODB/Connection.py:1.132	Tue Mar  2 10:43:16 2004
+++ Zope/lib/python/ZODB/Connection.py	Tue Mar  2 11:25:07 2004
@@ -105,7 +105,7 @@
     $Id$
     
     @group User Methods: root, get, add, close, db, sync, isReadOnly,
-        cacheFullSweep, cacheMinimize, getVersion, modifiedInVersion
+        cacheGC, cacheFullSweep, cacheMinimize, getVersion, modifiedInVersion
     @group Experimental Methods: setLocalTransaction, getTransaction,
         onCloseCallbacks
     @group Transaction Data Manager Methods: tpc_begin, tpc_vote,
    
    
More information about the Zodb-checkins
mailing list