Re: help parsing this

2006-08-14 Thread Paul McGuire
"a" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > mx.DateTime.RangeError at /podcasts > Failed to parse "31 Apr 2006 20:19:00 -0400": day out of range: 31 > Python /usr/lib/python2.4/site-packages/mx/DateTime/Parser.py in > DateTimeFromString, line 608 > > how to parse this date > t

Re: help parsing this

2006-08-14 Thread Steve Holden
a wrote: > mx.DateTime.RangeError at /podcasts > Failed to parse "31 Apr 2006 20:19:00 -0400": day out of range: 31 > Python/usr/lib/python2.4/site-packages/mx/DateTime/Parser.py in > DateTimeFromString, line 608 > > how to parse this date > thanks > """ 30 days hath September APRIL, June

Re: help parsing this

2006-08-14 Thread Tim Chase
>> how to parse this date > > parse it into what? there is no such thing as "April 31st". I think somebody's chain is getting pulled...thus the right thing to do is to wrap around and return "April 1st" ;-) -Loof Lirpa -- http://mail.python.org/mailman/listinfo/python-list

Re: help parsing this

2006-08-14 Thread Fredrik Lundh
"a" wrote: > mx.DateTime.RangeError at /podcasts > Failed to parse "31 Apr 2006 20:19:00 -0400": day out of range: 31 > Python /usr/lib/python2.4/site-packages/mx/DateTime/Parser.py in > DateTimeFromString, line 608 > > how to parse this date parse it into what? there is no such thing as "April 3

Re: help parsing this

2006-08-14 Thread Richard Brodie
"a" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > mx.DateTime.RangeError at /podcasts > Failed to parse "31 Apr 2006 20:19:00 -0400": day out of range: 31 > Python /usr/lib/python2.4/site-packages/mx/DateTime/Parser.py in > DateTimeFromString, line 608 > > how to parse this date >

help parsing this

2006-08-14 Thread a
mx.DateTime.RangeError at /podcasts Failed to parse "31 Apr 2006 20:19:00 -0400": day out of range: 31 Python /usr/lib/python2.4/site-packages/mx/DateTime/Parser.py in DateTimeFromString, line 608 how to parse this date thanks -- http://mail.python.org/mailman/listinfo/python-list