[Zope-Checkins] CVS: Zope3/lib/python/Zope/Security - Checker.py:1.4

Steve Alexander steve@cat-box.net
Thu, 13 Jun 2002 04:32:47 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/Security
In directory cvs.zope.org:/tmp/cvs-serv4647/lib/python/Zope/Security

Modified Files:
	Checker.py 
Log Message:
Made iterators into rocks


=== Zope3/lib/python/Zope/Security/Checker.py 1.3 => 1.4 ===
     unicode: NoProxy,
     type(not 1): NoProxy, # Boolean, if available :)
+    type(iter(())): NoProxy,  # iterator, needed for Python 2.3
 }
 
 _default_checkers = {