[Python-ideas] One way to do format and print

Sven R. Kunze srkunze at mail.de
Tue Sep 8 20:39:34 CEST 2015


On 08.09.2015 06:27, Random832 wrote:
> By "Identical" I meant there would be a single mechanism, including all
> new features, used for both str.format and str.__mod__ - i.e. the
> extensions would also be available using the % operator. The extensions
> would be implemented, but the % operator would not be left
> behind. Hence, identical.


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.


Performance? Make {} faster.


Best,
Sven


More information about the Python-ideas mailing list