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 <1268946118.35.0.0784800542732.issue1083@psf.upfronthosting.co.za>
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: <1268946118.35.0.0784800542732.issue1083@psf.upfronthosting.co.za>
2010-03-18 21:01:55tebekalinkissue1083 messages
2010-03-18 21:01:55tebekacreate