Message 237468 - Python tracker (original) (raw)
Message237468
Author | serhiy.storchaka |
---|---|
Recipients | eric.smith, ezio.melotti, mark.dickinson, rhettinger, serhiy.storchaka, skrah, tuomas.suutari |
Date | 2015-03-07.18:15:56 |
SpamBayes Score | -1.0 |
Marked as misclassified | Yes |
Message-id | 1425752156.63.0.740194302931.issue23602@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
>>> from fractions import Fraction as F >>> format(F(1, 3), '.30f') '0.333333333333333333333333333300' |
History | |||
---|---|---|---|
Date | User | Action | Args |
2015-03-07 18:15:56 | serhiy.storchaka | set | recipients: + serhiy.storchaka, rhettinger, mark.dickinson, eric.smith, ezio.melotti, skrah, tuomas.suutari |
2015-03-07 18:15:56 | serhiy.storchaka | set | messageid: 1425752156.63.0.740194302931.issue23602@psf.upfronthosting.co.za |
2015-03-07 18:15:56 | serhiy.storchaka | link | issue23602 messages |
2015-03-07 18:15:56 | serhiy.storchaka | create |