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 eric.smith
Recipients LambertDW, eric.smith, ezio.melotti, gvanrossum, mark.dickinson, ncoghlan, orsenthil, pitrou, terry.reedy
Date 2009-03-13.23:53:14
SpamBayes Score 0.00069870014
Marked as misclassified No
Message-id <1236988397.67.0.450922789537.issue5237@psf.upfronthosting.co.za>
In-reply-to
Content
Copy and paste error. That should be:

>>> 'pi={:{fmt}} e={:{fmt}}'.format(3.1415, 2.71828, fmt='1.4f')
'pi=3.1415 e=2.7183'
History
Date User Action Args
2009-03-13 23:53:17eric.smithsetrecipients: + eric.smith, gvanrossum, terry.reedy, mark.dickinson, ncoghlan, orsenthil, pitrou, LambertDW, ezio.melotti
2009-03-13 23:53:17eric.smithsetmessageid: <1236988397.67.0.450922789537.issue5237@psf.upfronthosting.co.za>
2009-03-13 23:53:14eric.smithlinkissue5237 messages
2009-03-13 23:53:14eric.smithcreate