[Zope-Checkins] CVS: Zope3/lib/python/Zope/Publisher/Browser - IBrowserPublisher.py:1.1.2.6

Jim Fulton jim@zope.com
Sun, 3 Feb 2002 18:46:16 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/Publisher/Browser
In directory cvs.zope.org:/tmp/cvs-serv11836

Modified Files:
      Tag: Zope-3x-branch
	IBrowserPublisher.py 
Log Message:
Kapil Thangavelu

Updated browser_default doc string to reflect new semantics.


=== Zope3/lib/python/Zope/Publisher/Browser/IBrowserPublisher.py 1.1.2.5 => 1.1.2.6 ===
         Returns an object and a sequence of names.  If the sequence of
         names is not empty, then a traversal step is made for each name.
+        After the publisher gets to the end of the sequence, it will
+        call browser_default on the last traversed object.
+
+        Normal usage is to return self for object and a default view name.
 
         The publisher calls this method at the end of each traversal path. If
         a non-empty sequence of names is returned, the publisher will traverse