[Python-ideas] One way to do format and print
random832 at fastmail.us
random832 at fastmail.us
Tue Sep 8 21:39:55 CEST 2015
On Tue, Sep 8, 2015, at 14:39, Sven R. Kunze wrote:
> Is it an issue when I think the % should be left behind? Just my
> personal preference.
>
> It only increases the learning curve with no actual benefits.
My take is: Having two format string grammars is worse than having one,
even if the %-grammar is worse than the {}-grammar.
More information about the Python-ideas
mailing list