[Python-ideas] Re: Allowing `str.format` to format one or more parameters instead of all parameters
i'm all for it. it reduces the amount of code needed in day to day usage. it increases flexibility in usage. the concept doesn't seem to have a downside. ___ Python-ideas mailing list -- [email protected] To unsubscribe send an email to python-ide
[Python-ideas] Re: Allowing `str.format` to format one or more parameters instead of all parameters
That would have the effect that every use of str.format for everyone would start producing partially-formatted strings if an argument is accidentally omitted instead of raising an error. Some people might not like that. ___ Python-ideas mailing list --
