Activity log for bug #98284

Date Who What changed Old value New value Message
2007-03-29 07:51:22 Bug Importer bug Imported external bug #535
2007-08-12 10:27:25 Christian Theune None: status New Confirmed
2007-08-12 10:27:25 Christian Theune None: importance Undecided Medium
2007-08-12 10:27:25 Christian Theune None: statusexplanation
2007-08-12 10:27:36 Christian Theune None: importance Undecided Medium
2007-08-12 10:27:36 Christian Theune None: statusexplanation
2007-08-12 10:27:48 Christian Theune None: status New Confirmed
2007-08-12 10:27:48 Christian Theune None: statusexplanation
2007-08-12 10:27:56 Christian Theune None: status New Confirmed
2008-08-15 18:14:04 Christophe Combelles None: status Confirmed Fix Committed
2008-08-15 18:14:04 Christophe Combelles None: milestone 3.3 3.4.0
2008-08-26 18:37:25 Marius Gedminas None: status Fix Committed Confirmed
2008-08-26 18:37:25 Marius Gedminas None: statusexplanation Commited in rev 89888 twisted 2.5.0 is svn:external'ed from zope.app.twisted 3.4.x and does support the size argument. The change in rev 89888 causes these errors for me: File "/home/mg/tmp/buildout-eggs/zope.publisher-3.4.4-py2.5.egg/zope/publisher/http.py", line 218, in readline data = self.stream.readline(size) TypeError: an integer is required self.stream is a cStringIO.StringIO. Its readline method does not like size=None at all. You need to either pass an integer, or not pass the argument at all. Reopening bug.
2008-08-26 18:48:40 Marius Gedminas None: status Confirmed Fix Committed
2008-08-26 18:48:40 Marius Gedminas None: statusexplanation The change in rev 89888 causes these errors for me: File "/home/mg/tmp/buildout-eggs/zope.publisher-3.4.4-py2.5.egg/zope/publisher/http.py", line 218, in readline data = self.stream.readline(size) TypeError: an integer is required self.stream is a cStringIO.StringIO. Its readline method does not like size=None at all. You need to either pass an integer, or not pass the argument at all. Reopening bug. Fix committed in revs 90357 and 90358, will be released in zope.publisher 3.4.5 and 3.5.4.
2008-08-26 19:01:56 Marius Gedminas None: status Fix Committed Fix Released
2008-08-26 19:01:56 Marius Gedminas None: statusexplanation Fix committed in revs 90357 and 90358, will be released in zope.publisher 3.4.5 and 3.5.4. Fix released in zope.publisher 3.4.5, but not yet in the 3.5 branch. On the other hand, there was no 3.5.x release with this bug. Also, I'm thinking it's about time to introduce launchpad projects for the separate Zope packages.