Matt Giuca <[EMAIL PROTECTED]> added the comment: It seems like parse_multipart and parse_header are very strongly related to parse_qs. (eg. if you want to process HTTP requests you'll want to call parse_qs for x-www-form-urlencoded and parse_multipart for multipart/form-data).
Should these be moved too? (They aren't part of the url syntax though, so it doesn't make sense for them to be in urlparse). ---------- nosy: +mgiuca _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue600362> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com