[Zope-Checkins] CVS: Zope/lib/python/Interface - Verify.py:1.3.24.1
Andreas Jung
andreas@andreas-jung.com
Sat, 16 Nov 2002 11:41:13 -0500
Update of /cvs-repository/Zope/lib/python/Interface
In directory cvs.zope.org:/tmp/cvs-serv25283/Interface
Modified Files:
Tag: ajung-restructuredtext-integration-branch
Verify.py
Log Message:
merge from trunk
=== Zope/lib/python/Interface/Verify.py 1.3 => 1.3.24.1 ===
--- Zope/lib/python/Interface/Verify.py:1.3 Wed Aug 14 17:35:32 2002
+++ Zope/lib/python/Interface/Verify.py Sat Nov 16 11:40:43 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)