> I'd expect it to be False. There will be a small amount of time between the two invocations and the time will change
Ok, that makes sense. Should have written a better test case. What about this. >>> datetime.datetime(2013, 1, 1) == datetime.date(2013, 1, 1) False >>> datetime.datetime.today() == datetime.date.today() False >>> _______________________________________________ BangPypers mailing list BangPypers@python.org https://mail.python.org/mailman/listinfo/bangpypers