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 mark.dickinson
Recipients belopolsky, mark.dickinson, mcherm, rhettinger, stutzbach, tim.peters, vstinner
Date 2010-05-25.09:10:10
SpamBayes Score 0.27034855
Marked as misclassified No
Message-id <1274778612.84.0.772721565435.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

?  Because my Python code doesn't.  :) [If n is negative, then the 2*r > n condition in div_nearest should be 2*r < n instead.]
History
Date User Action Args
2010-05-25 09:10:13mark.dickinsonsetrecipients: + mark.dickinson, tim.peters, mcherm, rhettinger, belopolsky, vstinner, stutzbach
2010-05-25 09:10:12mark.dickinsonsetmessageid: <1274778612.84.0.772721565435.issue1289118@psf.upfronthosting.co.za>
2010-05-25 09:10:10mark.dickinsonlinkissue1289118 messages
2010-05-25 09:10:10mark.dickinsoncreate