[Zope-Checkins] CVS: Zope3/lib/python/Zope/Security - IChecker.py:1.1.2.3

Guido van Rossum guido@python.org
Thu, 18 Apr 2002 01:00:20 -0400


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

Modified Files:
      Tag: SecurityProxy-branch
	IChecker.py 
Log Message:
Get rid of the call to Wrapper() in the check_getattr() docstring,
assuming that it's a mistake.


=== Zope3/lib/python/Zope/Security/IChecker.py 1.1.2.2 => 1.1.2.3 ===
            allowed = checker.check_getattr(ob, name)
            v = getattr(ob, name)
-           v = Wrapper(v, ob, name=name)
            return checkValue(v, allowed)
 
         """