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 belopolsky
Recipients belopolsky, mark.dickinson, mcherm, rhettinger, stutzbach, tim.peters, vstinner
Date 2010-05-25.14:31:34
SpamBayes Score 0.08811495
Marked as misclassified No
Message-id <1274797896.63.0.593296415416.issue1289118@psf.upfronthosting.co.za>
In-reply-to
Content
> By the way, does your patch do the right thing for

> timedelta(microseconds=1) / -4.0

No.

>>> timedelta(microseconds=1) / -4.0
datetime.timedelta(-1, 86399, 999999)

(I just copied your python algorithm ...)

I will merge with issue 8817 patch and that should fix the problem.
History
Date User Action Args
2010-05-25 14:31:36belopolskysetrecipients: + belopolsky, tim.peters, mcherm, rhettinger, mark.dickinson, vstinner, stutzbach
2010-05-25 14:31:36belopolskysetmessageid: <1274797896.63.0.593296415416.issue1289118@psf.upfronthosting.co.za>
2010-05-25 14:31:35belopolskylinkissue1289118 messages
2010-05-25 14:31:34belopolskycreate