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 tim.peters
Recipients Lakin.Wecker, belopolsky, georg.brandl, lemburg, r.david.murray, tim.peters
Date 2012-02-03.21:19:49
SpamBayes Score 0.026861226
Marked as misclassified No
Message-id <1328303989.97.0.73693552985.issue13936@psf.upfronthosting.co.za>
In-reply-to
Content
From the docs, at:

http://docs.python.org/library/datetime.html#time-objects

"""
in Boolean contexts, a time object is considered to be true if and only if, after converting it to minutes and subtracting utcoffset() (or 0 if that’s None), the result is non-zero.
"""
History
Date User Action Args
2012-02-03 21:19:50tim.peterssetrecipients: + tim.peters, lemburg, georg.brandl, belopolsky, r.david.murray, Lakin.Wecker
2012-02-03 21:19:49tim.peterssetmessageid: <1328303989.97.0.73693552985.issue13936@psf.upfronthosting.co.za>
2012-02-03 21:19:49tim.peterslinkissue13936 messages
2012-02-03 21:19:49tim.peterscreate