[Zope-Checkins] CVS: Zope3/lib/python/Zope/Publisher/Browser - IBrowserPublisher.py:1.1.2.5
Casey Duncan
casey_duncan@yahoo.com
Fri, 1 Feb 2002 18:57:53 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/Publisher/Browser
In directory cvs.zope.org:/tmp/cvs-serv27489/Publisher/Browser
Modified Files:
Tag: Zope-3x-branch
IBrowserPublisher.py
Log Message:
Update documentation of browser_default to reflect new behavior of default
view names
=== Zope3/lib/python/Zope/Publisher/Browser/IBrowserPublisher.py 1.1.2.4 => 1.1.2.5 ===
names is not empty, then a traversal step is made for each name.
- 'browser_default' will be called once for a request.
+ 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
+ those names and call browser_default again at the end.
Note that if additional traversal steps are indicated (via a
nonempty sequence of names), then the publisher will try to adjust