python-dev  

Re: FieldStorage and multiline headers in multipart/form.

Nick
Tue, 11 Apr 2006 07:07:21 -0700

Mike Looijmans wrote:
> Just a thought: Can we (re)use the rfc822 mime parser that's already
> built-in in Python to do the work for us?

I believe the standard cgi module does just that.  I'm probably going to
hell for having been importing cgi and replacing parse_qs[l] with the
versions from _apache.

Nick