[Zope3-checkins] SVN: Zope3/trunk/src/zope/publisher/interfaces/__init__.py Removed a wacky unsupported argument.

Jim Fulton jim at zope.com
Sat Nov 20 15:25:23 EST 2004


Log message for revision 28482:
  Removed a wacky unsupported argument.
  

Changed:
  U   Zope3/trunk/src/zope/publisher/interfaces/__init__.py

-=-
Modified: Zope3/trunk/src/zope/publisher/interfaces/__init__.py
===================================================================
--- Zope3/trunk/src/zope/publisher/interfaces/__init__.py	2004-11-20 16:04:07 UTC (rev 28481)
+++ Zope3/trunk/src/zope/publisher/interfaces/__init__.py	2004-11-20 20:25:23 UTC (rev 28482)
@@ -236,12 +236,8 @@
         """Invokes any traversal hooks associated with the object.
         """
 
-    def traverseName(request, ob, name, check_auth=True):
+    def traverseName(request, ob, name):
         """Traverses to the next object.
-
-        If check_auth is set,
-        performs idenitification, authentication, and authorization.
-        Returns the subobject.
         """
 
     def afterTraversal(request, ob):



More information about the Zope3-Checkins mailing list