[Zope-Checkins] CVS: Zope3/lib/python/Zope/Publisher - IPublication.py:1.3

Guido van Rossum guido@python.org
Tue, 18 Jun 2002 13:48:38 -0400


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

Modified Files:
	IPublication.py 
Log Message:
Remove reference to getResponse() from a docstring.


=== Zope3/lib/python/Zope/Publisher/IPublication.py 1.2 => 1.3 ===
         
         Either:
-        - sets the body of the response, request.getResponse(), or
+        - sets the body of the response, request.response, or
         - raises a Retry exception, or
         - throws another exception, which is a Bad Thing.