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 (2)
Priority: normal Keywords: patch

Created on 2003-04-01 23:33 by exarkun, last changed 2004-10-17 19:49 by nnorwitz.

Files
File name Uploaded Description Edit Remove
rfc822.diff exarkun, 2003-04-01 23:51
Messages (2)
msg43264 - (view) Author: Jean-Paul Calderone (exarkun) 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) 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
2003-04-01 23:33:40exarkuncreate