• Tres Seaver's avatar
    Launchpad #290254, DateTime/DateTime.py · c6336db5
    Tres Seaver authored
    o Added '__setstate__' to cope with old pickles missing a '_micros'
      attribute;  Python's pickling support was creating a new instance,
      *with* a '_micros' attribute, but not clearing that attribute before
      updating the instance dict with the unpickled state.
    c6336db5
DateTime.py 68.5 KB