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 tuomas.suutari
Recipients eric.smith, ezio.melotti, mark.dickinson, martin.panter, rhettinger, serhiy.storchaka, skrah, tuomas.suutari
Date 2015-03-08.09:31:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAPXCX8Ba2d_sygOswQrN357s7uvTgPTTiV4Z_LsYEs-gRR_X9A@mail.gmail.com>
In-reply-to <1425752156.63.0.740194302931.issue23602@psf.upfronthosting.co.za>
Content
Serhiy Storchaka wrote:
>>>> from fractions import Fraction as F
>>>> format(F(1, 3), '.30f')
> '0.333333333333333333333333333300'

Good catch! I'll try to fix this and add some more test cases.
History
Date User Action Args
2015-03-08 09:31:13tuomas.suutarisetrecipients: + tuomas.suutari, rhettinger, mark.dickinson, eric.smith, ezio.melotti, skrah, martin.panter, serhiy.storchaka
2015-03-08 09:31:12tuomas.suutarilinkissue23602 messages
2015-03-08 09:31:12tuomas.suutaricreate