Message 60342 - Python tracker (original) (raw)

There are at least 4 places in the standard Python 2.3 library which build an RFC 2822 formatted string:

rfc822.formatstring email.Utils.formatdate logging.handlers.SMTPHandler.date_time BaseHTTPServer.HTTPServer.date_time_string

Looking at them, it makes sense to me to

If this is deemed an appropriate change, I can send in a patch.