1. 26 Ara, 2002 1 kayıt (commit)
    • Tim Peters's avatar
      Added tests to ensure that timetz comparison, and datetimetz · 4c0db788
      Tim Peters yazdı
      subtraction, work as documented.  In the Python implementation,
      they weren't calling utcoffset() if both operands had the same
      tzinfo object.  That's fine if it so happens that the shared
      tzinfo object returns a fixed offset (independent of operand),
      but can give wrong results if that's not so, and the latter
      obtains in a tzinfo subclass instance trying to model both
      standard and daylight times.  The C implementation was already
      doing this "correctly", so we're just adding tests to verify it.
      4c0db788
  2. 25 Ara, 2002 5 kayıt (commit)
  3. 24 Ara, 2002 18 kayıt (commit)
  4. 23 Ara, 2002 16 kayıt (commit)