[Zope-Checkins] CVS: Zope3/lib/python/Zope/Security - Checker.py:1.3
Steve Alexander
steve@cat-box.net
Tue, 11 Jun 2002 18:52:53 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/Security
In directory cvs.zope.org:/tmp/cvs-serv5082/lib/python/Zope/Security
Modified Files:
Checker.py
Log Message:
allow getBases of an interface
=== Zope3/lib/python/Zope/Security/Checker.py 1.2 => 1.3 ===
_interfaceChecker = NamesChecker(['__str__', '__repr__', '__name__',
- '__module__', '__bases__',
+ '__module__', '__bases__', 'getBases',
'isImplementedBy', 'extends'])
BasicTypes = {