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 fresh
Recipients
Date 2006-05-12.13:13:40
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
print datetime.time(hour=0)+datetime.timedelta(hours=1) 

...gives...

TypeError: unsupported operand type(s) for +:
'datetime.time' and 'datetime.timedelta'

Which is a bit frustrating :-/

Does it really need to be this way?

Chris
History
Date User Action Args
2007-08-23 16:11:55adminlinkissue1487389 messages
2007-08-23 16:11:55admincreate