[issue7989] Transition time/datetime C modules to Python

Alexander Belopolsky report at bugs.python.org
Sun Jun 6 03:35:27 CEST 2010


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

As far as I remember, the datetime module started as a pure python module and was reimplemented in C around year 2003 or so.  One of the important additions at that time was the C API to datetime functionality.  I am afraid that with the _timemodule.c/timemodule.py split there will be more an more functionality that is awkward to access from C API.

----------
assignee:  -> belopolsky
nosy: +belopolsky

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


More information about the Python-bugs-list mailing list