[Python-ideas] Re: Allowing `str.format` to format one or more parameters instead of all parameters

2023-04-22 Thread KL5L
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

2023-04-22 Thread Damian Cross
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 --