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.

classification
Title: rfc822.parsedate returns a tuple
Type: Stage:
Components: Library (Lib) Versions: Python 2.3
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: exarkun, nnorwitz
Priority: normal Keywords: patch

Created on 2003-04-01 23:33 by exarkun, last changed 2022-04-10 16:08 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
rfc822.diff exarkun, 2003-04-01 23:51
Messages (2)
msg43264 - (view) Author: Jean-Paul Calderone (exarkun) * (Python committer) Date: 2003-04-01 23:33
It seems as though this should return a
time.struct_time instead.

Patch (trivial) attached 
msg43265 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2004-10-17 19:49
Logged In: YES 
user_id=33168

Since rfc822 is depreacted, I'm closing this.
History
Date User Action Args
2022-04-10 16:08:00adminsetgithub: 38251
2003-04-01 23:33:40exarkuncreate