[Zope-Checkins] CVS: Zope2 - Publish.py:1.143

Jim Fulton jim@korak.digicool.com
Thu, 23 Sep 1999 17:57:46 -0400


Update of /cvs-repository/Zope2/lib/python/ZPublisher
In directory korak.digicool.com:/tmp/cvs-serv8232

Modified Files:
	Publish.py 
Log Message:
Added outputBody protocol for reqponse objects so that response
objects can control what happens with their data.  The ORB will call this method, rather than str-ing and writing the response itself.