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 vstinner
Recipients Alexander.Belopolsky, Arfrever, belopolsky, eric.smith, loewis, mark.dickinson, pitrou, vstinner
Date 2012-01-30.02:42:49
SpamBayes Score 0.0008274912
Marked as misclassified No
Message-id <1327891369.97.0.0942190814227.issue13882@psf.upfronthosting.co.za>
In-reply-to
Content
Patch version 4, minor update:
 - remove the resolution field of _PyTime_t and remove int_log10(): use 1/divisior as the resolution to support divisor different than a power of 10 (e.g. the cpu frequency on Windows)
 - inline and remove _PyTime_FromTimespec()
History
Date User Action Args
2012-01-30 02:42:50vstinnersetrecipients: + vstinner, loewis, mark.dickinson, belopolsky, pitrou, eric.smith, Arfrever, Alexander.Belopolsky
2012-01-30 02:42:49vstinnersetmessageid: <1327891369.97.0.0942190814227.issue13882@psf.upfronthosting.co.za>
2012-01-30 02:42:49vstinnerlinkissue13882 messages
2012-01-30 02:42:49vstinnercreate