• Raymond Hettinger's avatar
    Removed invalid test. · b4e99867
    Raymond Hettinger yazdı
    Analysis by Bob Halley:
    
      The test seems to expect that if time.daylight is true, then the
      is_dst field of the tm structure will be 1 too.  But this isn't
      the case, since daylight is true if the timezone does DST, *not*
      if DST is in effect.
    b4e99867
test_strptime.py 19.6 KB