[Zope3-checkins] CVS: Zope3/src/zope/security - checker.py:1.40
Sidnei da Silva
sidnei at x3ng.com.br
Fri Oct 3 16:37:51 EDT 2003
Update of /cvs-repository/Zope3/src/zope/security
In directory cvs.zope.org:/tmp/cvs-serv8157
Modified Files:
checker.py
Log Message:
Typo: persmission -> permission. Add __conform__ to the list of always available attributes
=== Zope3/src/zope/security/checker.py 1.39 => 1.40 ===
--- Zope3/src/zope/security/checker.py:1.39 Tue Sep 2 16:47:22 2003
+++ Zope3/src/zope/security/checker.py Fri Oct 3 16:37:51 2003
@@ -504,7 +504,7 @@
A sequence of names is given as the first argument. If a second
argument, permission_id, is given, it is the permission required
- to access the names. Additional names and persmission ids can be
+ to access the names. Additional names and permission ids can be
supplied as keyword arguments.
"""
@@ -656,7 +656,7 @@
'__gt__', '__ge__', '__ne__',
'__hash__', '__nonzero__',
'__class__', '__providedBy__', '__implements__',
- '__repr__'
+ '__repr__', '__conform__',
]
_callableChecker = NamesChecker(['__str__', '__name__', '__call__'])
More information about the Zope3-Checkins
mailing list