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 mlm
Recipients mlm
Date 2019-01-26.04:06:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1548475560.75.0.51760850853.issue35831@roundup.psfhosted.org>
In-reply-to
Content
https://docs.python.org/3/library/string.html#format-examples includes this line:

    '{}, {}, {}'.format('a', 'b', 'c')  # 3.1+ only

This does in fact work in 2.7. I don't see anything special about this -- seems an entirely straightforward format.
History
Date User Action Args
2019-01-26 04:06:02mlmsetrecipients: + mlm
2019-01-26 04:06:00mlmsetmessageid: <1548475560.75.0.51760850853.issue35831@roundup.psfhosted.org>
2019-01-26 04:06:00mlmlinkissue35831 messages
2019-01-26 04:06:00mlmcreate