Message194311
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. |
|
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 | |
|