[issue7370] patch: BaseHTTPServer reinventing rfc822

Éric Araujo report at bugs.python.org
Fri Apr 9 03:28:05 CEST 2010


Éric Araujo <merwok at netwok.org> added the comment:

Following the last link on #2859, I’ve found that “rfc822.formatdate(time)” can be changed to “email.utils.formatdate(time, usegmt=True)”.

I’ll make a real diff in a few days if noone beats me to it.

Regards

----------
nosy: +merwok

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7370>
_______________________________________


More information about the Python-bugs-list mailing list