[issue7370] BaseHTTPServer reinventing rfc822 date formatting

R. David Murray report at bugs.python.org
Thu Jun 17 15:59:01 CEST 2010


R. David Murray <rdmurray at bitdance.com> added the comment:

The HTTP RFCs reference the email RFCs for the date format, so the email package is the logical place for this function: email is the correct responsible party.  In any case, the function resides in email.utils, which has no dependencies on anything else in the email package.  Of course, it does have dependencies on other parts of the python standard library, but I hardly think you'd want every module re-implementing every stdlib function.

----------

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


More information about the Python-bugs-list mailing list