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 techtonik
Recipients belopolsky, techtonik
Date 2010-06-06.08:19:02
SpamBayes Score 0.18333142
Marked as misclassified No
Message-id <1275812345.07.0.241565129764.issue8902@psf.upfronthosting.co.za>
In-reply-to
Content
> What is your use case?

>>> from datetime import now, today
>>> now()
datetime.time ...
>>> today()
datetime.date ...
History
Date User Action Args
2010-06-06 08:19:05techtoniksetrecipients: + techtonik, belopolsky
2010-06-06 08:19:05techtoniksetmessageid: <1275812345.07.0.241565129764.issue8902@psf.upfronthosting.co.za>
2010-06-06 08:19:03techtoniklinkissue8902 messages
2010-06-06 08:19:03techtonikcreate