[Zope-CVS] CVS: Products/Transience - Transience.py:1.6

Matthew T. Kromer matt@zope.com
Tue, 23 Oct 2001 15:47:07 -0400


Update of /cvs-repository/Products/Transience
In directory cvs.zope.org:/tmp/cvs-serv16876

Modified Files:
	Transience.py 
Log Message:
Marked notifyAdd and notifyDelete as not being part of the official interface.


=== Products/Transience/Transience.py 1.5 => 1.6 ===
         self._delCallback = f
 
+
+    #
+    # Supporting methods (not part of the interface)
+    #
+
+
     def notifyAdd(self, item):
 
         callback = self._addCallback