[Zope-Checkins] CVS: Zope3/lib/python/Zope/Publisher - IPublication.py:1.1.2.9
Guido van Rossum
guido@python.org
Thu, 13 Dec 2001 16:53:14 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/Publisher
In directory cvs.zope.org:/tmp/cvs-serv12862
Modified Files:
Tag: Zope-3x-branch
IPublication.py
Log Message:
Get rid of obsolete and unwanted setAuthenticatedUser() method.
=== Zope3/lib/python/Zope/Publisher/IPublication.py 1.1.2.8 => 1.1.2.9 ===
"""
Traverses to the next object. If check_auth is set,
- performs idenitification, authentication, and authorization,
- and may call request.setAuthenticatedUser().
+ performs idenitification, authentication, and authorization.
Returns the subobject.
"""