Message 107171 - Python tracker (original) (raw)

Message107171

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 1275788127.21.0.430829926194.issue7989@psf.upfronthosting.co.za
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:27 belopolsky set recipients: + belopolsky, r.david.murray, brian.curtin
2010-06-06 01:35:27 belopolsky set messageid: 1275788127.21.0.430829926194.issue7989@psf.upfronthosting.co.za
2010-06-06 01:35:26 belopolsky link issue7989 messages
2010-06-06 01:35:25 belopolsky create