[Python-Dev] test_strptime failed

Brett C. drifty@alum.berkeley.edu
Thu, 05 Jun 2003 17:18:50 -0700


Jeremy Hylton wrote:
> On Thu, 2003-06-05 at 17:56, Jeremy Hylton wrote:
> 
>>I've been running the python tests frequently today, from a checkout I
>>did mid-morning.  I just noticed an unexpected failure.  This is with a
>>regular build; I'll see if it is repeatable.
> 
> 
> It is repeatable.
> 
> It looks like the regex is expecting EST and getting EDT.
> 

I will take a look tomorrow.  Until then, Jeremy, can you see if it 
passes if you back out the recent changes that modified timezone 
handling (I think it was just the last one; added GMT and UTC 
acknowledgement as well as handilng the timezone better, or so I thought)?

-Brett