[Python-bugs-list] [ python-Bugs-552345 ] rfc822.parsedate() too strict

noreply@sourceforge.net noreply@sourceforge.net
Sat, 04 May 2002 13:53:32 -0700


Bugs item #552345, was opened at 2002-05-04 16:53
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=552345&group_id=5470

Category: Python Library
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Barry Warsaw (bwarsaw)
Assigned to: Barry Warsaw (bwarsaw)
Summary: rfc822.parsedate() too strict

Initial Comment:
rfc822.parsedate('Wed,3 Apr 2002 14:58:26 +0800')
returns None.  Note the lack of space between the
command and the 3.  That space is actually optional in
RFC 2822, so it should parse the same as 
parsedate('Wed, 3 Apr 2002 14:58:26 +0800')


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=552345&group_id=5470