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, skrah, vstinner
Date 2012-02-01.00:01:30
SpamBayes Score 0.0011358766
Marked as misclassified No
Message-id <1328054491.7.0.0248490784387.issue13882@psf.upfronthosting.co.za>
In-reply-to
Content
Hum, it looks like _PyTime_AsDecimal() is wrong is ts->divisor is not a power of 10. The exponent must be computed with Context(1), not Context(26). Something simpler can maybe be used, I don't know even the decimal API.
History
Date User Action Args
2012-02-01 00:01:31vstinnersetrecipients: + vstinner, loewis, mark.dickinson, belopolsky, pitrou, eric.smith, Arfrever, skrah, Alexander.Belopolsky
2012-02-01 00:01:31vstinnersetmessageid: <1328054491.7.0.0248490784387.issue13882@psf.upfronthosting.co.za>
2012-02-01 00:01:31vstinnerlinkissue13882 messages
2012-02-01 00:01:30vstinnercreate