Hello dear Python-wielding developers!<br><br>I generally like date/time handling in Python very much, especially how date operations result in <a href="http://docs.python.org/library/datetime.html#timedelta-objects">Timedelta objects</a>. But I find it somewhat impractical, that you can only get days, seconds and microseconds out of a time delta. I think it would be much more comfortable to have fields for minutes, hours, maybe also years, months. Is there a specific reasoning why this is not available?<br>
<br>I would gladly do my best to implement such a solution, if it would make sense to the devs.<br><br>Regards,<br clear="all">Chris<br>