[issue7989] Transition time/datetime C modules to Python

Alexander Belopolsky report at bugs.python.org
Tue Jun 8 02:28:28 CEST 2010


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

Brett Cannon wrote in a comment (msg106498) on another issue:

"""
The stated long-term goal of the stdlib is to minimize the C extension modules to only those that have to be written in C (modules can still have performance enhancing extension back-ends). Since datetime does not meet that requirement it's not a matter of "if" but "when" datetime will get a pure Python version and use the extension code only for performance.
"""

I'll keep this open for a while to give Brett and others a chance to respond to opposition.

----------
nosy: +brett.cannon
priority: normal -> low
type: behavior -> feature request

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


More information about the Python-bugs-list mailing list