durusmail: quixote-users: Python 2.2.2's rfc822 breaks http_request.py
Python 2.2.2's rfc822 breaks http_request.py
2002-12-11
2002-12-11
2002-12-11
Python 2.2.2's rfc822 breaks http_request.py
Greg Ward
2002-12-11
On 11 December 2002, Andrew Kuchling said:
> On Wed, Dec 11, 2002 at 10:43:35AM -0500, David Edwards wrote:
> >Attached patch to medussa_http.py fixes this by converting Nones to empty
> >strings in environ.
>
> Applied; thanks!

Wouldn't it be cleaner and faster and easier to just use
eg. msg.get('Cookie', '') when building the environ dict?

        Greg

reply