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.

作者 vstinner
收信人 Alexander.Belopolsky, Arfrever, belopolsky, eric.smith, loewis, mark.dickinson, pitrou, skrah, vstinner
日期 2012-02-01.00:01:30
SpamBayes Score 0.0011358766
Marked as misclassified
Message-id <1328054491.7.0.0248490784387.issue13882@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2012-02-01 00:01:31vstinner修改recipients: + vstinner, loewis, mark.dickinson, belopolsky, pitrou, eric.smith, Arfrever, skrah, Alexander.Belopolsky
2012-02-01 00:01:31vstinner修改messageid: <1328054491.7.0.0248490784387.issue13882@psf.upfronthosting.co.za>
2012-02-01 00:01:31vstinner链接issue13882 messages
2012-02-01 00:01:30vstinner创建