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 jason crockett
Recipients jason crockett
Date 2016-03-19.07:48:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458373720.99.0.780228236927.issue26591@psf.upfronthosting.co.za>
In-reply-to
Content
if datetime.time(#blah) > datetime.time(#blah):
      [a]                        [b]

does nothing.. it doesnt raise an error. it doesnt run the if function even though the printout of variables compared says it should.

22:15:00 [a]
16:00:00 [b]
True
22:20:00
16:00:00
True
22:25:00
16:00:00
History
Date User Action Args
2016-03-19 07:48:41jason crockettsetrecipients: + jason crockett
2016-03-19 07:48:40jason crockettsetmessageid: <1458373720.99.0.780228236927.issue26591@psf.upfronthosting.co.za>
2016-03-19 07:48:40jason crockettlinkissue26591 messages
2016-03-19 07:48:40jason crockettcreate