Message 194311 - Python tracker
Message194311
| Author | belopolsky |
|---|---|
| Recipients | belopolsky, mark.dickinson, mcherm, nekobon, rhettinger, stutzbach, tim.peters, vstinner |
| Date | 2013-08-03.22:20:54 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1375568454.54.0.910339472729.issue8860@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
With the current patch we still have the following quirks: >>> timedelta(seconds=0.6112295) == timedelta(seconds=1)*0.6112295 False >>> timedelta(seconds=0.6112295) == timedelta(seconds=round(0.6112295, 6)) False This is not a reason to hold the patch, though. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-08-03 22:20:54 | belopolsky | set | recipients: + belopolsky, tim.peters, mcherm, rhettinger, mark.dickinson, vstinner, stutzbach, nekobon |
| 2013-08-03 22:20:54 | belopolsky | set | messageid: <1375568454.54.0.910339472729.issue8860@psf.upfronthosting.co.za> |
| 2013-08-03 22:20:54 | belopolsky | link | issue8860 messages |
| 2013-08-03 22:20:54 | belopolsky | create | |