[issue7370] patch: BaseHTTPServer reinventing rfc822 date formatting

anatoly techtonik report at bugs.python.org
Wed Jun 16 11:13:30 CEST 2010


anatoly techtonik <techtonik at gmail.com> added the comment:

I do not like the idea that BaseHTTPServer depends on email package, which in turn may depend on another package etc. Having date formatting function inside of email package breaks "single responsibility" principle that would be nice to have in stdlib.

----------
nosy: +techtonik

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


More information about the Python-bugs-list mailing list