This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:40hodgestarsetspambayes_score: 0.32634 -> 0.3263399
recipients: + hodgestar, tebeka, werneck
2008-05-10 14:55:40hodgestarsetspambayes_score: 0.32634 -> 0.32634
messageid: <1210431340.07.0.35964908819.issue2736@psf.upfronthosting.co.za>
2008-05-10 14:55:39hodgestarlinkissue2736 messages
2008-05-10 14:55:39hodgestarcreate