R. David Murray <rdmur...@bitdance.com> added the comment:

My understanding is that the desire to have pure python versions of standard 
library modules is to decouple the standard library from dependency on CPython 
as far as practical.  Perhaps all existing Python implementations have dealt 
with datetime somehow, but what about new implementations?  Having a pure 
Python version would help developers of new implementations get started, even 
if they later decided to reimplement it more natively (as CPython has done).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7989>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to