[Zope-Checkins] CVS: Zope3/lib/python/Zope/Security - IChecker.py:1.1.2.12
Jim Fulton
jim@zope.com
Mon, 22 Apr 2002 18:41:23 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/Security
In directory cvs.zope.org:/tmp/cvs-serv3423
Modified Files:
Tag: SecurityProxy-branch
IChecker.py
Log Message:
Took out exception documentation, per Guido's suggestion.
=== Zope3/lib/python/Zope/Security/IChecker.py 1.1.2.11 => 1.1.2.12 ===
def check_getattr(ob, name):
"""Check whether attribute access is allowed.
-
- If access is not allowed, then either
- Zope.Exceptions.Unauthorized or Zope.Exceptions.Forbidden will
- be raised.
"""
def check_setattr(ob, name):