[Python-Dev] converting the stdlib to str.format (original) (raw)

"Martin v. Löwis" martin at v.loewis.de
Thu Jun 5 21:32:00 CEST 2008


Agreed. %(something)s is quirky - you are bound to forget the final "s" (or whatever other specifier) from time to time.

But that gives a ValueError the first time you try it, no?

Regards, Martin



More information about the Python-Dev mailing list