This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tebeka
Recipients brett.cannon, skip.montanaro, tebeka, vstinner, webograph
Date 2010-03-18.21:01:55
SpamBayes Score 7.344367e-05
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
I see the same problem when "from __future__ import division" on the 2.x series. Seem like the timedelta objects is missing the __truediv__ method.
History
Date User Action Args
2010-03-18 21:01:58tebekasetrecipients: + tebeka, skip.montanaro, brett.cannon, vstinner, webograph
2010-03-18 21:01:58tebekasetmessageid: <[email protected]>
2010-03-18 21:01:55tebekalinkissue1083 messages
2010-03-18 21:01:55tebekacreate