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 r.david.murray
Recipients ajaksu2, eric.araujo, l0nwlf, r.david.murray, schmiddy, techtonik
Date 2010-06-17.13:58:59
SpamBayes Score 0.005583639
Marked as misclassified No
Message-id <1276783141.64.0.50288401754.issue7370@psf.upfronthosting.co.za>
In-reply-to
Content
The HTTP RFCs reference the email RFCs for the date format, so the email package is the logical place for this function: email is the correct responsible party.  In any case, the function resides in email.utils, which has no dependencies on anything else in the email package.  Of course, it does have dependencies on other parts of the python standard library, but I hardly think you'd want every module re-implementing every stdlib function.
History
Date User Action Args
2010-06-17 13:59:01r.david.murraysetrecipients: + r.david.murray, techtonik, ajaksu2, eric.araujo, schmiddy, l0nwlf
2010-06-17 13:59:01r.david.murraysetmessageid: <1276783141.64.0.50288401754.issue7370@psf.upfronthosting.co.za>
2010-06-17 13:58:59r.david.murraylinkissue7370 messages
2010-06-17 13:58:59r.david.murraycreate