[issue1180470] BaseHTTPServer uses deprecated mimetools.Message

2008-06-22 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Let's save ourselves the trouble... -- nosy: +benjamin.peterson resolution: -> out of date status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> __

[issue1180470] BaseHTTPServer uses deprecated mimetools.Message

2008-06-21 Thread Humberto Diogenes
Humberto Diogenes <[EMAIL PROTECTED]> added the comment: This was solved in Python 3.0: http.server now uses email.parser (issue2848), which is not vulnerable to the DoS attack mentioned by Nick. Should we backport these changes to 2.6? As HTTPMessage's base class was changed to email.messag