[Zope3-checkins] SVN: Zope3/trunk/src/zope/publisher/interfaces/__init__.py Fixed issue 346.

Stephan Richter srichter at cosmos.phy.tufts.edu
Sat Feb 26 12:06:31 EST 2005


Log message for revision 29316:
  Fixed issue 346.
  

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	2005-02-26 16:54:05 UTC (rev 29315)
+++ Zope3/trunk/src/zope/publisher/interfaces/__init__.py	2005-02-26 17:06:31 UTC (rev 29316)
@@ -162,6 +162,10 @@
         The request argument is the publisher request object.
 
         If a lookup is not possible, raise a NotFound error.
+
+        This method should return an object having the specified name and
+        `self` as parent. The method can use the request to determine the
+        correct object. 
         """
 
 



More information about the Zope3-Checkins mailing list