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 sonderblade
Recipients
Date 2007-06-06.16:52:00
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Seems like it is safe to close this patch. If you need a timedelta in seconds it isn't that much work to write td.days*86400+td.seconds to convert it to an int. Converting it to a float doesn't seem useful enough.
History
Date User Action Args
2007-08-23 15:56:38adminlinkissue1665292 messages
2007-08-23 15:56:38admincreate