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 pitrou
Recipients brett.cannon, brian.curtin, pitrou, techtonik
Date 2010-02-09.15:48:15
SpamBayes Score 1.3855619e-07
Marked as misclassified No
Message-id <1265730497.67.0.537541042092.issue7662@psf.upfronthosting.co.za>
In-reply-to
Content
The `time` module is written in C, in Modules/timemodule.c.
If this is too bothersome to write in C, the function could perhaps be added to the datetime module instead.
In any case, we need a proper patch, including unit tests if possible.

(and I agree that anything making the time stuff easier to use is welcome)
History
Date User Action Args
2010-02-09 15:48:18pitrousetrecipients: + pitrou, brett.cannon, techtonik, brian.curtin
2010-02-09 15:48:17pitrousetmessageid: <1265730497.67.0.537541042092.issue7662@psf.upfronthosting.co.za>
2010-02-09 15:48:15pitroulinkissue7662 messages
2010-02-09 15:48:15pitroucreate