Ron Garret wrote:
I'm writing a little HTTP server and need to parse request content that is mime-encoded. All the MIME routines in the Python standard library seem to have been subsumed into the email package, which makes this operation a little awkward.

How about using cgi.parse_multipart()?

Ciao, Michael.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to