Message 238813 - Python tracker (original) (raw)
Message238813
Author | serhiy.storchaka |
---|---|
Recipients | eric.smith, ezio.melotti, mark.dickinson, martin.panter, rhettinger, serhiy.storchaka, skrah, tuomas.suutari |
Date | 2015-03-21.16:27:02 |
SpamBayes Score | -1.0 |
Marked as misclassified | Yes |
Message-id | 1426955222.71.0.163947594953.issue23602@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
>>> from fractions import Fraction as F >>> format(F(4, 27), 'f') '0.1481481' >>> format(F(4, 27), '.1f') '0.2' |
History | |||
---|---|---|---|
Date | User | Action | Args |
2015-03-21 16:27:02 | serhiy.storchaka | set | recipients: + serhiy.storchaka, rhettinger, mark.dickinson, eric.smith, ezio.melotti, skrah, martin.panter, tuomas.suutari |
2015-03-21 16:27:02 | serhiy.storchaka | set | messageid: 1426955222.71.0.163947594953.issue23602@psf.upfronthosting.co.za |
2015-03-21 16:27:02 | serhiy.storchaka | link | issue23602 messages |
2015-03-21 16:27:02 | serhiy.storchaka | create |