Message2786

Author cgroves
Recipients
Date 2007-08-12.22:02:05
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I definitely share your concern about modifying things from CPython's stdlib.  Everything in Lib copied over from CPythonLib has to be checked for improvements from its CPython version when jython is upgraded.  That ends up being a pretty significant burden.  In the specific case of datetime, it's not as big a deal.  datetime is implemented in C in CPython, so datetime.py is it's own, jython specific, beast.  We only have to be concerned with breaking compatibility with CPython, not carrying modifications forward.

However, your specific reason still applies and makes the reason for my patch moot.  I applied the patch in r3412.

History
Date User Action Args
2008-02-20 17:18:45adminlinkissue1772134 messages
2008-02-20 17:18:45admincreate