[Zope-Checkins] CVS: Zope2 - HTTPResponse.py:1.21

Jim Fulton jim@korak.digicool.com
Thu, 23 Sep 1999 18:01:50 -0400


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

Modified Files:
	HTTPResponse.py 
Log Message:
Unscrewed the response write method. The method is now very simple.
You must set headers before you write and the first write causes the
headers to be output.