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 belopolsky, ezio.melotti, lemburg, r.david.murray, ronaldoussoren, techtonik
Date 2014-06-29.22:25:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404080701.79.0.671456638082.issue8902@psf.upfronthosting.co.za>
In-reply-to
Content
I would like to bring this issue to some conclusion.  Here is the summary:

Pro:

   datetime.time.now() is shorter than datetime.datetime.now().time()

Cons:

1.   date, time = datetime.date.today(), datetime.time.now() is attractive, but wrong.

2.   time detached from date is a strange object with limited support in datetime module (no timedelta arithmetics, issue 17267; tzinfo issues; etc.)

3.   No compelling use cases have been presented.
History
Date User Action Args
2014-06-29 22:25:01belopolskysetrecipients: + belopolsky, lemburg, ronaldoussoren, techtonik, ezio.melotti, r.david.murray
2014-06-29 22:25:01belopolskysetmessageid: <1404080701.79.0.671456638082.issue8902@psf.upfronthosting.co.za>
2014-06-29 22:25:01belopolskylinkissue8902 messages
2014-06-29 22:25:01belopolskycreate