
report at bugs
Nov 20, 2009, 8:22 AM
Post #1 of 1
(177 views)
Permalink
|
|
[issue7370] patch: BaseHTTPServer reinventing rfc822
|
|
New submission from Josh Kupershmidt <schmiddy [at] gmail>: 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> <http://bugs.python.org/issue7370> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|