On Tue, Sep 1, 2015 at 3:50 PM, Alexander Belopolsky <
[email protected]> wrote:

> >>> (t1 - u) - (t2 - u) == t2 - t1
> False
>

I messed up the order.  the above should have been

>>> (t1 - u) - (t2 - u) == t1 - t2
False
_______________________________________________
Datetime-SIG mailing list
[email protected]
https://mail.python.org/mailman/listinfo/datetime-sig
The PSF Code of Conduct applies to this mailing list: 
https://www.python.org/psf/codeofconduct/

Reply via email to