◐ Shell
clean mode source ↗

Message 103888 - Python tracker

> Aggrrr!  How did that slip in? :-)

Blame Antoine.  :)  (See issue 5788 and revision 76529.)

> Shouldn't td.total_seconds() return Decimal?  Maybe in py4k ...

Yes, that would have been nice.

I'm not sure that the Decimal type is well-established enough yet that it's okay to return Decimal instances from random unrelated modules, though.  Maybe someday.