Re: Improved timedelta attributes/methods

2010-03-26 Thread Kushal Kumaran
2010/3/26 Christian Ştefănescu st.ch...@gmail.com: Hello dear Python-wielding developers! I generally like date/time handling in Python very much, especially how date operations result in Timedelta objects. But I find it somewhat impractical, that you can only get days, seconds and

Improved timedelta attributes/methods

2010-03-25 Thread Christian Ştefănescu
Hello dear Python-wielding developers! I generally like date/time handling in Python very much, especially how date operations result in Timedelta objectshttp://docs.python.org/library/datetime.html#timedelta-objects. But I find it somewhat impractical, that you can only get days, seconds and