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 belopolsky
Recipients belopolsky, brian.curtin, r.david.murray
Date 2010-06-06.01:35:25
SpamBayes Score 0.00535019
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
As far as I remember, the datetime module started as a pure python module and was reimplemented in C around year 2003 or so.  One of the important additions at that time was the C API to datetime functionality.  I am afraid that with the _timemodule.c/timemodule.py split there will be more an more functionality that is awkward to access from C API.
History
Date User Action Args
2010-06-06 01:35:27belopolskysetrecipients: + belopolsky, r.david.murray, brian.curtin
2010-06-06 01:35:27belopolskysetmessageid: <[email protected]>
2010-06-06 01:35:26belopolskylinkissue7989 messages
2010-06-06 01:35:25belopolskycreate