Message 106435 - Python tracker
Message106435
| 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:36 | belopolsky | set | recipients: + belopolsky, tim.peters, mcherm, rhettinger, mark.dickinson, vstinner, stutzbach |
| 2010-05-25 14:31:36 | belopolsky | set | messageid: <1274797896.63.0.593296415416.issue1289118@psf.upfronthosting.co.za> |
| 2010-05-25 14:31:35 | belopolsky | link | issue1289118 messages |
| 2010-05-25 14:31:34 | belopolsky | create | |