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 cjw296
Recipients cjw296
Date 2008-07-01.09:48:59
SpamBayes Score 2.803062e-05
Marked as misclassified No
Message-id <1214905740.54.0.833672968887.issue3250@psf.upfronthosting.co.za>
In-reply-to
Content
>>> from datetime import time
>>> time(9,0)-time(8,0)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: unsupported operand type(s) for -: 'datetime.time' and
'datetime.time'

I'd expect a datetime.timedelta(0,3600)
History
Date User Action Args
2008-07-01 09:49:01cjw296setspambayes_score: 2.80306e-05 -> 2.803062e-05
recipients: + cjw296
2008-07-01 09:49:00cjw296setspambayes_score: 2.80306e-05 -> 2.80306e-05
messageid: <1214905740.54.0.833672968887.issue3250@psf.upfronthosting.co.za>
2008-07-01 09:48:59cjw296linkissue3250 messages
2008-07-01 09:48:59cjw296create