[Zope-Checkins] CVS: Zope3/lib/python/Interface - verify.py:1.3.136.3

Barry Warsaw barry@wooz.org
Wed, 12 Dec 2001 17:40:49 -0500


Update of /cvs-repository/Zope3/lib/python/Interface
In directory cvs.zope.org:/tmp/cvs-serv17908/lib/python/Interface

Modified Files:
      Tag: Zope-3x-branch
	verify.py 
Log Message:
verify(): Add to docstring the semantics for the `tentative' argument.



=== Zope3/lib/python/Interface/verify.py 1.3.136.2 => 1.3.136.3 ===
     implement the interface.
 
+    If optional tentative is true, suppress the "is implemented by" test.
     """
 
     if type( candidate ) in ClassTypes: