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

Alexander Belopolsky report at bugs.python.org
Wed Jul 14 03:29:20 CEST 2010


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

In issue7989c.diff, I reverted to lazy import of _strptime, added cleanup of _xyz helper functions, and made test_datetime more robust by restoring sys.modules more thoroughly.

Unfortunately I've encountered an issue with Rietveld that prevents me from uploading the latest patch for review.  See http://code.google.com/p/rietveld/issues/detail?id=208

----------
Added file: http://bugs.python.org/file17992/issue7989c.diff

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


More information about the Python-bugs-list mailing list