[New-bugs-announce] [issue9079] Make gettimeofday available in datetime module

Alexander Belopolsky report at bugs.python.org
Fri Jun 25 02:52:34 CEST 2010


New submission from Alexander Belopolsky <belopolsky at users.sourceforge.net>:

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.

----------
assignee: belopolsky
components: Extension Modules
files: gettimeofday.diff
keywords: needs review, patch
messages: 108575
nosy: belopolsky, mark.dickinson
priority: normal
severity: normal
stage: patch review
status: open
title: Make gettimeofday available in datetime module
versions: Python 3.2
Added file: http://bugs.python.org/file17766/gettimeofday.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9079>
_______________________________________


More information about the New-bugs-announce mailing list