[Checkins] SVN: zope.publisher/trunk/src/zope/publisher/http.py merge from 3.4 branch (updated a comment)

Christophe Combelles ccomb at free.fr
Fri Aug 15 08:31:08 EDT 2008


Log message for revision 89877:
  merge from 3.4 branch (updated a comment)
  

Changed:
  U   zope.publisher/trunk/src/zope/publisher/http.py

-=-
Modified: zope.publisher/trunk/src/zope/publisher/http.py
===================================================================
--- zope.publisher/trunk/src/zope/publisher/http.py	2008-08-15 12:26:13 UTC (rev 89876)
+++ zope.publisher/trunk/src/zope/publisher/http.py	2008-08-15 12:31:08 UTC (rev 89877)
@@ -217,6 +217,7 @@
         # but twisted.web2.wsgi.InputStream.readline() doesn't accept it.
         # See http://www.zope.org/Collectors/Zope3-dev/535 and
         #     http://twistedmatrix.com/trac/ticket/1451
+        #     https://bugs.launchpad.net/zope3/+bug/98284
         data = self.stream.readline()
         self.cacheStream.write(data)
         return data



More information about the Checkins mailing list