[Zope-Checkins] CVS: Zope3/lib/python/Zope/Security - Checker.py:1.1.4.4
Steve Alexander
steve@cat-box.net
Tue, 21 May 2002 10:19:27 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/Security
In directory cvs.zope.org:/tmp/cvs-serv3450/lib/python/Zope/Security
Modified Files:
Tag: Zope-3x-branch
Checker.py
Log Message:
Added isImplementedBy and extends to the public methods for Interfaces.
=== Zope3/lib/python/Zope/Security/Checker.py 1.1.4.3 => 1.1.4.4 ===
'__bases__'])
-_interfaceChecker = NamesChecker(['__str__', '__repr__', '__name__', '__module__',
- '__bases__'])
+_interfaceChecker = NamesChecker(['__str__', '__repr__', '__name__',
+ '__module__', '__bases__',
+ 'isImplementedBy', 'extends'])
BasicTypes = {
int: NoProxy,