Message 108575 - Python tracker (original) (raw)

Message108575

Author belopolsky
Recipients belopolsky, mark.dickinson
Date 2010-06-25.00:52:27
SpamBayes Score 0.008743057
Marked as misclassified No
Message-id 1277427154.32.0.0996770896527.issue9079@psf.upfronthosting.co.za
In-reply-to
Content
Attached patch moves cross-platform logic of obtaining current time to _time.c which is shared between time and datetime modules. This simplifies both modules and reduces the datetime module dependency on the time module.
History
Date User Action Args
2010-06-25 00:52:35 belopolsky set recipients: + belopolsky, mark.dickinson
2010-06-25 00:52:34 belopolsky set messageid: 1277427154.32.0.0996770896527.issue9079@psf.upfronthosting.co.za
2010-06-25 00:52:32 belopolsky link issue9079 messages
2010-06-25 00:52:31 belopolsky create