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 LambertDW
Recipients LambertDW, eric.smith, terry.reedy
Date 2009-02-13.03:31:54
SpamBayes Score 0.054177634
Marked as misclassified No
Message-id <1234495919.2.0.953429579838.issue5237@psf.upfronthosting.co.za>
In-reply-to
Content
'{d}{s}{f}'.format(3, 'foo', 3.14)

is possibly unclear,
but is shorter than

'{#d}{#s}{#f}'.format(...)
History
Date User Action Args
2009-02-13 03:31:59LambertDWsetrecipients: + LambertDW, terry.reedy, eric.smith
2009-02-13 03:31:59LambertDWsetmessageid: <1234495919.2.0.953429579838.issue5237@psf.upfronthosting.co.za>
2009-02-13 03:31:55LambertDWlinkissue5237 messages
2009-02-13 03:31:55LambertDWcreate