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 py.user
Recipients eric.smith, py.user, r.david.murray
Date 2012-01-15.23:26:52
SpamBayes Score 0.00018823195
Marked as misclassified No
Message-id <1326670013.23.0.475182473087.issue13790@psf.upfronthosting.co.za>
In-reply-to
Content
R. David Murray wrote:
> it is made clear in various places that every object has an str

here:
http://docs.python.org/py3k/library/string.html#format-specification-mini-language

3rd paragraph:
"A general convention is that an empty format string ("") produces the same result as if you had called str() on the value. A non-empty format string typically modifies the result."

"an empty format string ("")" what does it mean ?

"".format(value) or "{}".format(value) or "{0}".format(value) ?
History
Date User Action Args
2012-01-15 23:26:53py.usersetrecipients: + py.user, eric.smith, r.david.murray
2012-01-15 23:26:53py.usersetmessageid: <1326670013.23.0.475182473087.issue13790@psf.upfronthosting.co.za>
2012-01-15 23:26:52py.userlinkissue13790 messages
2012-01-15 23:26:52py.usercreate