[Zope-Checkins] CVS: Zope3/lib/python/Zope/Publisher/HTTP - HTTPResponse.py:1.1.2.10

Shane Hathaway shane@digicool.com
Mon, 7 Jan 2002 10:43:34 -0500


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

Modified Files:
      Tag: Zope-3x-branch
	HTTPResponse.py 
Log Message:
Removed extra newline


=== Zope3/lib/python/Zope/Publisher/HTTP/HTTPResponse.py 1.1.2.9 => 1.1.2.10 ===
         self.payload.handleException(self, exc_info)
 
-
     def _cookie_list(self):
         cookie_list=[]
         for name, attrs in self.cookies.items():