This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author schmiddy
Recipients schmiddy
Date 2009-11-20.16:22:42
SpamBayes Score 0.008407931
Marked as misclassified No
Message-id <1258734165.92.0.303692639409.issue7370@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-11-20 16:22:46schmiddysetrecipients: + schmiddy
2009-11-20 16:22:45schmiddysetmessageid: <1258734165.92.0.303692639409.issue7370@psf.upfronthosting.co.za>
2009-11-20 16:22:43schmiddylinkissue7370 messages
2009-11-20 16:22:43schmiddycreate