[Zope3-dev] Re: Patch for testbrowser.py

Daniel Nouri daniel.nouri at gmail.com
Fri Apr 21 10:07:43 EDT 2006


The relevant code in Zope2's ZPublisher.HTTPResponse.__str__:

        # ... we just built a headersl list using self.heders
        if self.cookies:
            headersl = headersl+self._cookie_list()
        headersl[len(headersl):] = [self.accumulated_headers, body]
        return '\n'.join(headersl)

Maybe this can shed some light on whether we want to include that patch.


Daniel



More information about the Zope3-dev mailing list