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 belopolsky
Recipients SilentGhost, belopolsky, jason crockett
Date 2016-03-25.18:14:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458929648.72.0.391811455166.issue26591@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.6.0a0 (default:245a16f33c4b, Mar 25 2016, 14:11:43)
[GCC 4.2.1 Compatible Apple LLVM 7.0.2 (clang-700.1.81)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import datetime
>>> if datetime.time(22, 15) > datetime.time(16, 0):
...     print('works for me')
...
works for me
History
Date User Action Args
2016-03-25 18:14:08belopolskysetrecipients: + belopolsky, SilentGhost, jason crockett
2016-03-25 18:14:08belopolskysetmessageid: <1458929648.72.0.391811455166.issue26591@psf.upfronthosting.co.za>
2016-03-25 18:14:08belopolskylinkissue26591 messages
2016-03-25 18:14:07belopolskycreate