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

Alexander Belopolsky report at bugs.python.org
Thu Jun 17 18:46:30 CEST 2010


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

Porting PyPy implementation to 2.7 was fairly easy.  I am posting the patch which makes PyPy datetime.py pass regression tests when dropped in the trunk.

I expect 3.x port to be uneventful as well.  Raising the priority because I would like to check this in before other datetime feature requests.

----------
keywords: +patch
priority: low -> high
Added file: http://bugs.python.org/file17698/PyPy-2.7.diff

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


More information about the Python-bugs-list mailing list