[Python-3000] Please don't kill the % operator...

Christian Heimes lists at cheimes.de
Thu Aug 16 20:31:29 CEST 2007


skip at pobox.com wrote:
>     Alex> The PEP abstract says this proposal will replace the '%' operator,

[...]

I agree with Skip, too. The % printf operator is a very useful and
powerful feature. I'm doing newbie support at my university and in
#python. Newbies are often astonished how easy and powerful printf() is
in Python. I like the % format operator, too. It's easy and fast to type
for small jobs.

I beg you to keep the feature. I agree that the new PEP 3101 style
format is useful and required for more complex string formating. But
please keep a simple one for simple jobs.

Christian



More information about the Python-3000 mailing list