This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author atuining
Recipients
Date 2004-01-13.15:20:25
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The datetime module does not have a C API which means
that modules written in C cannot take advantage of the
datetime module without incurring significant overhead.
These patches supply this lack and are based on the C
API exported by the mxDateTime module and the cStringIO
module and enhanced as suggested by Guido.
History
Date User Action Args
2007-08-23 15:31:53adminlinkissue876130 messages
2007-08-23 15:31:53admincreate