[Zope-Checkins] CVS: Zope/lib/python/Interface - Verify.py:1.3.4.1

Chris McDonough chrism@zope.com
Sun, 24 Nov 2002 18:40:58 -0500


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

Modified Files:
      Tag: chrism-install-branch
	Verify.py 
Log Message:
Merging with HEAD.


=== Zope/lib/python/Interface/Verify.py 1.3 => 1.3.4.1 ===
--- Zope/lib/python/Interface/Verify.py:1.3	Wed Aug 14 17:35:32 2002
+++ Zope/lib/python/Interface/Verify.py	Sun Nov 24 18:40:57 2002
@@ -44,7 +44,7 @@
     if not tentative and not tester( candidate ):
         raise DoesNotImplement(iface)
 
-    for n, d in iface.namesAndDescriptions():
+    for n, d in iface.namesAndDescriptions(1):
         if not hasattr(candidate, n):
             raise BrokenImplementation(iface, n)