Message 106802 - Python tracker
Message106802
| Author | belopolsky |
|---|---|
| Recipients | belopolsky, mark.dickinson, mcherm, rhettinger, stutzbach, tim.peters, vstinner |
| Date | 2010-05-31.19:09:05 |
| SpamBayes Score | 0.015601281 |
| Marked as misclassified | No |
| Message-id | <1275332948.23.0.846341073094.issue8860@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Here is a shorter example of inconsistent behavior: >>> 0.5 * timedelta(microseconds=1) datetime.timedelta(0) >>> timedelta(microseconds=0.5) datetime.timedelta(0, 0, 1) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-05-31 19:09:08 | belopolsky | set | recipients: + belopolsky, tim.peters, mcherm, rhettinger, mark.dickinson, vstinner, stutzbach |
| 2010-05-31 19:09:08 | belopolsky | set | messageid: <1275332948.23.0.846341073094.issue8860@psf.upfronthosting.co.za> |
| 2010-05-31 19:09:05 | belopolsky | link | issue8860 messages |
| 2010-05-31 19:09:05 | belopolsky | create | |