[issue7989] Add pure Python implementation of datetime module to CPython

Amaury Forgeot d'Arc report at bugs.python.org
Fri Jun 18 11:16:25 CEST 2010


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

>> One, we should not blindly pull in the PyPy code
>> without some core PyPy developer being in on this

You can count me among the PyPy developers.

> I concur.  Much of PyPy code is written for a restricted subset of
> Python instead of clean, idiomatic modern Python.

Not this part. The module datetime.py is meant to be imported by the interpreter, and has no limitation (we call it "application-level" code, opposed to interpreter-level code which is translated to C and which indeed has serious constraints)

----------

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


More information about the Python-bugs-list mailing list