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, 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:35belopolskysetrecipients: + belopolsky, mark.dickinson
2010-06-25 00:52:34belopolskysetmessageid: <1277427154.32.0.0996770896527.issue9079@psf.upfronthosting.co.za>
2010-06-25 00:52:32belopolskylinkissue9079 messages
2010-06-25 00:52:31belopolskycreate