[issue17236] format_spec for sequence joining

2013-02-19 Thread R. David Murray
R. David Murray added the comment: IMO, this is a python-ideas level suggestion. Please propose it on that mailing list. You can reopen the issue if you get a positive response there. -- nosy: +eric.smith, r.david.murray resolution: -> later stage: -> committed/rejected status: open

[issue17236] format_spec for sequence joining

2013-02-19 Thread Tobia Conforto
New submission from Tobia Conforto: The format specification mini-language (format_spec) supported by format() and str.format() is a feature that allows passing short options to the classes of the values being formatted, to drive their string representation (__format__ method) The most common