Message 66532 - Python tracker
Message66532
| Author | hodgestar |
|---|---|
| Recipients | hodgestar, tebeka, werneck |
| Date | 2008-05-10.14:55:38 |
| SpamBayes Score | 0.3263399 |
| Marked as misclassified | No |
| Message-id | <1210431340.07.0.35964908819.issue2736@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Attached a patch which adds a .totimetuple(...) method to datetime.datetime and tests for it. The intention is that the dt.totimetuple(...) method is equivalent to: mktime(dt.timetuple()) + (dt.microsecond / 1000000.0) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-05-10 14:55:40 | hodgestar | set | spambayes_score: 0.32634 -> 0.3263399 recipients: + hodgestar, tebeka, werneck |
| 2008-05-10 14:55:40 | hodgestar | set | spambayes_score: 0.32634 -> 0.32634 messageid: <1210431340.07.0.35964908819.issue2736@psf.upfronthosting.co.za> |
| 2008-05-10 14:55:39 | hodgestar | link | issue2736 messages |
| 2008-05-10 14:55:39 | hodgestar | create | |