[Zope-Checkins] CVS: Zope3/lib/python/Zope/Security - CheckerRegistry.py:1.1.2.2
Fred L. Drake, Jr.
fdrake@acm.org
Mon, 22 Apr 2002 15:52:07 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/Security
In directory cvs.zope.org:/tmp/cvs-serv14538
Modified Files:
Tag: SecurityProxy-branch
CheckerRegistry.py
Log Message:
Constrain Jim's enthusiasm. ;-)
=== Zope3/lib/python/Zope/Security/CheckerRegistry.py 1.1.2.1 => 1.1.2.2 ===
complex: NoProxy,
type(None): NoProxy,
- str: NoProxy, # Woo hoo
+ str: NoProxy,
unicode: NoProxy,
InstanceType: _instanceChecker,
_Proxy: NoProxy,