[New-bugs-announce] [issue7370] patch: BaseHTTPServer reinventing rfc822

Josh Kupershmidt report at bugs.python.org
Fri Nov 20 17:22:45 CET 2009


New submission from Josh Kupershmidt <schmiddy at gmail.com>:

While digging through Lib/BaseHTTPServer.py, I noticed that the
date_time_string() function duplicates rfc822.formatdate(). Attached is
a patch to eliminate this duplication of code.

----------
components: Library (Lib)
files: BaseHTTPServer.patch
keywords: patch
messages: 95554
nosy: schmiddy
severity: normal
status: open
title: patch: BaseHTTPServer reinventing rfc822
type: behavior
versions: Python 2.7
Added file: http://bugs.python.org/file15369/BaseHTTPServer.patch

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


More information about the New-bugs-announce mailing list